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

Since using the ansible-galaxy method is not supported (even via direct from git) what is the recommend way for using these roles? Just copy and modify?

The error I receive is below. It does not matter which node I choose as the Master (I have tried all 6 of my Raspberry Pi's). Or what version of...

Adds proxy settings for k3s service I would love to add some conditionals and avoiding settings this env vars if the values are not provided, but this is my first...

Download and install SElinux policy for k3s on Red Hat and CentOS machines. Fixes: * https://github.com/k3s-io/k3s-ansible/issues/98

For quite a long time I faced this problem, but decided to write only now, when I finally got mad. Every few deployments (about every fifth, I didn't let down...

> ansible-playbook site.yml -i inventory/my-cluster/hosts.ini -u ops_root -b -vv ``` TASK [download : Download k3s binary x64] ****************************************************************************************************************************************************************** task path: /Users/krmao/workspace/k3s-ansible/roles/download/tasks/main.yml:3 fatal: [122.112.245.157]: FAILED! => {"changed": false, "dest": "/usr/local/bin/k3s", "elapsed":...

I'm trying to run the playbook, I've modified the hosts.ini file and group-vars to match my environment. And am getting the following error. ``` ERROR! no action detected in task....

After installing on two RPI 4 8GB the Node got no roles ``` + kubectl get nodes -o wide NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME k3s-node-02...

This solves the issue of devices not connecting to the cluster if they have the same hostname as another node on the cluster. See: https://github.com/k3s-io/k3s-ansible/issues/135 @reviewer, should `--with-node-id node-$(openssl rand...