-
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
start --network-plugin=cni: The cni flag doesn't seem to have any effect in kubelet. #2828
Comments
I'm seeing the same thing with An excerpt from
I don't see anything in |
@anitgandhi you need to install a cni plugin after minikube has started. |
Ah. I guess mistakenly assumed at least the loopback plugin would have come with the image. I ended up using kubeadm directly anyway and got the CNI I wanted (cilium) up and running anyway, so I'm all set. Thanks @aanm ! |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
Please provide the following details:
Environment:
Minikube version (use
minikube version
):v0.26.1
(v.0.27.0
seems to suffer from the same issue)OS (e.g. from /etc/os-release):
Fedora 27 (Twenty Seven) x86_64
VM Driver (e.g.
cat ~/.minikube/machines/minikube/config.json | grep DriverName
):virtualbox
ISO version (e.g.
cat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
):iso/minikube-v0.26.0.iso
What happened:
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Run minikube with
minikube start --network-plugin=cni
The
cni
flag doesn't seem to have any effect in kubelet.Output of
minikube logs
(if applicable):Anything else do we need to know:
this seems to work
minikube start --network-plugin=cni --extra-config=kubelet.network-plugin=cni
The text was updated successfully, but these errors were encountered: