https://rancher.com/ logo
Title
b

brainy-electrician-41196

07/19/2022, 7:18 AM
salutations~! noticed one of my k3s-agent nodes was misbehaving deleted node from the cluster, k3s-agent-uninstall.sh'd it, and went to add it to the cluster again came up complaining about CNI not initializing properly i'm using cilium as my CNI do i need to tell the agent not to do anything with flannel?
ive been trying to tell the agent not to use flannel with
--flannel-backend=none
but when i try to start it it complains:
level=fatal msg="flag provided but not defined: -flannel-backend"
tried various iterations of this but no luck:
ExecStart=/usr/local/bin/k3s agent '--flannel-backend=none'
why is it complaining about that flag?
i can get it to start with the deprecated
--no-flannel
flag but it never goes green always complaining about a missing CNI
nevermind i fixed it this started when i was trying to play with node taints gun -> foot we good. have a great day!