-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
fix registry addon on Docker Driver with Containerd Runtime #10788
Comments
I don't get bridge for KIC when running with CNI, it tries to use kindnet... minikube start --driver docker --container-runtime containerd 📦 Preparing Kubernetes v1.20.2 on containerd 1.4.3 ... At boot:
After a while:
Even after we remove the unused cri-o CNI, we still have podman CNI So it gets the same problem as #10384 Currently we don't install For cri-o we did a hack for this, to restart the CRI after it had started up. The best solution would be if Kubernetes had a flag to choose CNI name... Instead of the current stupid rule:
https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni So I guess we have to clear out the common system |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
a follow up to this PR
#10782
and this issue #10778
the PR #10782 fixed VM by enabling portmap the Bridge.
but KIC still has problem because sometimes Kindnet does not get picked up (do to the naming)
VM:
Kic:
The error can be seen in gopogh report
https://storage.googleapis.com/minikube-builds/logs/10782/71145bc/Docker_Linux_containerd.html#fail_TestAddons%2fparallel%2fRegistry
important slack chat with @afbjorklund
https://kubernetes.slack.com/archives/C1F5CT6Q1/p1615410452004400
The text was updated successfully, but these errors were encountered: