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

RPi x 4 Buster i have done sudo git clone and have made the my-cluster dir in the inventory. I have changed the host.ini and the all.yml. I keep getting...

Failing to get k3s nodes talking to each other directly, I thought I'd take crack at using the ansible playbook to make sure I wasn't missing anything. The problem could...

I'm facing with this error when I'm using Ansible Galaxy version (in ansible-galaxy branch): TASK [k3s-ansible/roles/prereq : Set bridge-nf-call-iptables (just to be sure)] *** fatal: [10.0.10.11]: FAILED! => {"msg": "The...

fatal: [192.168.1.150]: FAILED! => {"msg": "The conditional check 'raspbian is true' failed. The error was: template error while templating string: no test named 'true'. String: {% if raspbian is true...

Unexpected templating type error on CentOS 8 RPI4 Error message: ``` TASK [raspbian : Test for Raspbian] ********************************************************************************************************************************************** Monday 03 August 2020 19:14:42 +0100 (0:00:00.216) 0:00:28.536 ********* fatal: [polux]: FAILED!...

james@dragon:~/Downloads/k3s-ansible-master$ kubectl get pods --all-namespaces NAMESPACE NAME READY STATUS RESTARTS AGE kube-system helm-install-traefik-xbgdc 0/1 ContainerCreating 0 18m kube-system local-path-provisioner-58fb86bdfd-hdddq 0/1 ContainerCreating 0 18m kube-system metrics-server-6d684c7b5-xhcq9 0/1 ContainerCreating 0 18m kube-system...

After a fresh install the playbook ends with the following error: FAILED. Unable to start service k3s: Job for k3s.service failed because the control process exited with error code. Here...

A CI to test that the playbook is running successfully would be nice. - Should we use Github action, Travis, Circle CI or other ? - We need to test...

Wouldn't it be better/clearer to move the separate Raspbian role to prereq and just load the taskfile specifically on raspbian? Additional the Raspbian-buster only could also be loaded similarly. WDYT?