Hello, I'm trying to install Multus on K3s. Follow...
# k3s
w
Hello, I'm trying to install Multus on K3s. Followed guide here: https://docs.k3s.io/networking/multus-ipams And when trying to schedule a pod I get an error:
Copy code
Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "...": plugin type="multus" failed (add): failed to find plugin "multus" in path [/bin]
There's a bit of script in the thread if you want to try this at home. I'm assuming it's the binDir value needs to be "different" but what? I don't know. I can set binDir to /bin and it works. But that feels like a sketchy way to get it done!!