adamant-kite-43734
05/23/2024, 7:51 PMcreamy-pencil-82913
05/23/2024, 7:55 PMcareful-table-97595
05/23/2024, 8:17 PM/var/lib/rancher/k3s/data/[long_id]/bin
and, following a k3s upgrade, the cni gets broken as the cluster can't find the cilium-cni binary anymore, and I need to restart the cilium daemonset in order for the cluster to work again. This is why I was looking at changing the cni binary location. Otherwise, I may need to use a clusterPolicy with something like kyverno to check for a kubernetes upgrade and then restart the pods accordingly, which isn't idealcreamy-pencil-82913
05/23/2024, 8:22 PMcareful-table-97595
05/23/2024, 11:22 PMcareful-table-97595
05/23/2024, 11:44 PMcareful-table-97595
05/23/2024, 11:59 PM/varlib/rancher/k3s/agent/etc/containerd/config.toml
[plugins."io.containerd.grpc.v1.cri".cni]
bin_dir = "/var/lib/rancher/k3s/data/f9f37b05ac205a3ca783d075d40c4ba8be73efd8caf83a27add3ed0ab8035e96/bin"
conf_dir = "/var/lib/rancher/k3s/agent/etc/cni/net.d"
careful-table-97595
05/30/2024, 2:09 AM