Hi guys! I am running k3s in docker (not k3d). It ...
# general
r
Hi guys! I am running k3s in docker (not k3d). It should use flannel by default. however, I was not able to find flannel’s binary file from
/var/lib/rancher/k3s/data/<hash>/bin
. Though, I could find its config file from
/var/lib/rancher/k3s/agent/etc/cni/net.d/10-flannel.conflist
. I suppose flannel won’t run correctly since the binary is missing? I need the binary file to integrate with Istio too.