Hello. I have k3s (with flannel CNI) installed on ...
# k3s
c
Hello. I have k3s (with flannel CNI) installed on top of Fedora CoreOS on a raspberry PI. Si far so good, apart from a little issue. I installed multus but cannot make it to work. Followed these guidelines: https://docs.k3s.io/networking/multus-ipams but when trying to use multus for a workload, I'm getting this error: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "682979d6f3a99a3ce4fda4967238eb2a745ad3332f1f71993de716abf81d0e83": plugin type="multus" failed (add): [powerdns-slave/powerdns-slave-powerdns-authoritative-c67bcd98f-lpswt/c8688d89-d6c1-4ced-8a0d-742747e21b87macvlan enabcm6e4ei0 0] error adding container to network "macvlan-enabcm6e4ei0-0": plugin type="macvlan" failed (add): config file not found The binaries are located in /var/lib/rancher/k3s/data/current/bin, and the configs are in /var/lib/rancher/k3s/agent/etc/cni/net.d: 00-multus.conflist, 10-flannel.conflist, multus.d/multus.kubeconfig, whereabouts.d/whereabouts.conf and whereabouts.d/whereabouts.kubeconfig Everything seems to be in place, but I'm still getting the error whenever the pod tries to start. Any clue?