Hello everyone! First time setting up k3s for prod...
# k3s
m
Hello everyone! First time setting up k3s for prod trying to get cilium and multus working together. Cilium works fine by itself, issues arise when trying to get multus in the mix due to what seems to me the non standard paths such as /opt/cni/bin Cilium installs itself into /opt/cni/bin and the multus resource posted on https://docs.k3s.io/networking/multus-ipams then fails to find a "master cni definition" in /etc/cni/net.d/ Is there any cilium resource for k3s specifically? They have a posted install guide and it works fine without multus 😄