-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Loopback with CNI Spec 1.0.0 #952
Comments
Here is the error:
If I use Spec 0.4.0, it works, but Spec 1.0.0 not works. |
What container runtime are you using? |
Containerd. All components with the latest version. |
containerd already includes the loopback plugin in the go-cni library. Adding the loopback again just results in it calling loopback twice. What are you trying to do? |
I configured Kubelet + Containerd, but Kubelet with spec 1.0.0 did not become ready. With 0.4.0 was OK. I tested the configuration of the spec and it's OK, but it doesn't work with Kubelet and Containerd. As you can see in the above log, it said cni plugin not initialized. |
In containerd, its included: https://github.com/containerd/go-cni/blob/6603d5bd8941d7f2026bb5627f6aa4ff434f859a/opts.go#L88 A lot of discussion around loopback. At one point we wanted to deprecate the plugin as a whole. |
Hello everyone,
I used the following code to config loopback, but it doesn't work with SPEC 1.0.0.
Loopback supports v1.0.0 spec?
Thanks.
The text was updated successfully, but these errors were encountered: