-
Notifications
You must be signed in to change notification settings - Fork 300
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
Document how to enable CNI network plugin #43
Comments
Same issue: |
After restoring the defaults for the cni options, the network-plugin can be changed to cni with a systemd drop-in:
/etc/systemd/system/cri-docker.service.d/cni.conf
|
We added all the parameters to minikube instead, as a workaround (since the fix won't make it to the release) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like currently the "noop" plugin is always used ?
level=info msg="Docker cri networking managed by network plugin kubernetes.io/no-op"
In order to use CNI, one needs to supply additional params:
level=info msg="Docker cri networking managed by network plugin cni"
The previous default values seem to be missing, compared to dockershim ?
BEFORE (1.23)
AFTER (1.24)
The text was updated successfully, but these errors were encountered: