k3s-ansible icon indicating copy to clipboard operation
k3s-ansible copied to clipboard

Results 90 k3s-ansible issues
Sort by recently updated
recently updated
newest added

* add `ansible.posix` collection used by `selinux`, `sysctl`, and `mount` modules. * specify version for `community.general` collection * update task invocations to use FQDNs instead of using short names for...

Running this playbook to install k3s doesn't seem to install anything but k3s binary. This makes it unclear how to perform a clean restart as the documentation mentions the k3s-killall...

Do we also need to disable swap before installing K3s? I know that swap **MUST** be disabled before running kubelet (https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/) I can't find that this role disables swap, and...

This PR adds support for raspbian bullseye. It has been tested on newly flashed pi3b+ nodes (combination of buster and bullseye) with only SSH enabled. (I do currently not have...

fixes issue #188 that I logged. simply adds trim in in line with jinja and ansible docs.

Playbook runs ⏯ great. I have been having an issue with parsing the master node token. Playbook returns a parsing error for the master node token from line 40 on...

Noticed that, when running on a cluster of raspberry pis running Ubuntu 20 LTS, all 3 nodes would attempt to use "ubuntu" as their name resulting in the cluster failing...

Since v1.19.5, K3s added support for HA mode with embedded ETCD and I hope this could be supported in Ansible scripts. The document is described at [K3s HA Embedded mode](https://rancher.com/docs/k3s/latest/en/installation/ha-embedded/)...

TASK [k3s/master : Replace https://localhost:6443 by https://master-ip:6443] Expected result: the task should run Actual result: ```` TASK [k3s/master : Replace https://localhost:6443 by https://master-ip:6443] ******************************************************************************************************************************************************************************************************************************************* Friday 08 April 2022 03:12:12 -0500...

I'm trying to use the playbook to install k3s on the RPi image for Rocky 8.5. This is available through Rocky's webpage, but I do not know if it is...