Skip to content
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

multi-node: unable to choose CNI (always applies kindnet) #8376

Closed
tstromberg opened this issue Jun 4, 2020 · 2 comments
Closed

multi-node: unable to choose CNI (always applies kindnet) #8376

tstromberg opened this issue Jun 4, 2020 · 2 comments
Milestone

Comments

@tstromberg
Copy link
Contributor

Tried disabling kindnet so I could add my own driver:

minikube start --cpus 2 --memory=2048 --disk-size=20000mb -n 3 --enable-default-cni=false --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.244.0.0/16
$ kubectl get pods -n kube-system | grep kindnet
kindnet-b4qqn                      1/1     Running   0          45s
kindnet-tvlt5                      1/1     Running   0          32s
kindnet-xxmk2                      1/1     Running   0          14s

Not sure how to disable kindnet.

Originally posted by @kfox1111 in #8055 (comment)

@tstromberg tstromberg added this to the v1.12.0-candidate milestone Jun 4, 2020
@tstromberg
Copy link
Contributor Author

Duplicate of #8376

@tstromberg tstromberg marked this as a duplicate of #8376 Jun 4, 2020
@sharifelgamal
Copy link
Collaborator

I think you mean duplicate of #8222 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants