We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Duplicate of #8376
Sorry, something went wrong.
I think you mean duplicate of #8222 ?
No branches or pull requests
Tried disabling kindnet so I could add my own driver:
Not sure how to disable kindnet.
Originally posted by @kfox1111 in #8055 (comment)
The text was updated successfully, but these errors were encountered: