Hi guys! I am running k3s in docker (not k3d). It ...
# service-mesh
r
Hi guys! I am running k3s in docker (not k3d). It should use flannel by default. I want to make it compatible with istio cni. however, I was not able to find flannel’s binary file from
/var/lib/rancher/k3s/data/<hash>/bin
, which istio requires. 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?