-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does anyone have any guide or know if multus works with Racher k3s? #549
Comments
My pod never launches and I get validateIfName: interface name net1 already exists Normal Scheduled default-scheduler Successfully assigned default/samplepod to localhost.localdomain /etc/cni/net.d/70-multus.conf apiVersion: "k8s.cni.cncf.io/v1" apiVersion: v1 spec:
Name: samplepod |
I've been battling this as well and I just got it to work. Your distro may use different paths, but make sure /opt/cni/bin is where your plugins are located. I installed a single node k3s cluster using the following command: Then I installed Flannel: Your /etc/cni/net.d/ should have "10-flannel.conflist" listed I followed the quick start instructions utilizing the daemonset. After updating the mater interface and deploying the sample pod, everything worked. |
that did the trick, Thanks |
does anyone have any guide or know if multus works with Racher k3s?
Thanks
The text was updated successfully, but these errors were encountered: