Closed chazragg closed 2 years ago
Hi! It somehow seems to be related to k3s versions. I started deploying using latest 1.24 k3s versions which all failed with the same reason. Then I moved down to v1.23.8+k3s1 which was still a no go. The only winning combination for me seems to be v1.23.4+k3s1.
Thanks for the help. I downgraded to 1.23.4 and all is working fine. it is strange how k3s fails to deploy it considering I can manually apply the config map.
I have the same issue. +1 for v1.23.4+k3s1 working though.
This should all be fixed in the latest version! please get latest and try again! Also, as a reminder, the latest tested version of everything will always be in all.yml
anything other than that has not bee verified yet. Regardless, it's working!
Expected Behavior
metallb is auto deployed via k3s
Current Behavior
metallb.configmap.yml is never deployed which causes the metallb pods to fail and k3s tries to redpeloy
Steps to Reproduce
ansible-playbook ./playbooks/site.yml -i ./inventory/tower-of-power/hosts.ini -K
Context (variables)
Operating system: Raspberry pi OS (64-bit)
Hardware: a mixture between pi3 and pi4s (master node is a pi4 4GB)
Variables Used:
all.yml
Hosts
host.ini
Some extra logs Here is the metllb-system controller pod after i get this error the whole namespace is terminated
it also seems to cause some issues with kube-vip and I randomly lose connection through k9s and kubectl when the namespace is terminated via k3s
I will try to get more information but I am still a bit new to kubernetes so if you can suggest any way to debug that would be appreciated