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
BUG REPORT
Environment:
Minikube version (use minikube version): 0.28
minikube version
cat ~/.minikube/machines/minikube/config.json | grep DriverName
cat ~/.minikube/machines/minikube/config.json | grep -i ISO
minikube ssh cat /etc/VERSION
What happened: minikube startup
What you expected to happen: It fails on startup
How to reproduce it (as minimally and precisely as possible):
minikube start --vm-driver=hyperv --kubernetes-version="v1.11.0" --hyperv-virtual-switch="Default Switch" --memory=4096 --alsologtostderr -v 5
Output of minikube logs (if applicable):
minikube logs
Jul 08 13:39:41 minikube kubelet[3263]: E0708 13:39:41.985005 3263 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://172.31.45.76:8443/api/v1/pods?fieldSelector=spec.nodeName%3Dminikube&limit=500&resourceVersion=0: dial tcp 172.31.45.76:8443: connect: connection refused
Anything else do we need to know: The api-server does not start because of this error:
error: admission-control and enable-admission-plugins/disable-admission-plugins flags are mutually exclusive
The text was updated successfully, but these errors were encountered:
@dlorenc , Is it solved by: 81440fe ?
Sorry, something went wrong.
I tried minikube with that patch in linux and it solved this issue.
Just for reference for other users, you can obtain the minikube executable, with that patch included, from this links:
https://storage.googleapis.com/minikube-builds/2943/minikube-darwin-amd64 https://storage.googleapis.com/minikube-builds/2943/minikube-linux-amd64 https://storage.googleapis.com/minikube-builds/2943/minikube-windows-amd64.exe
Fixed in 0.28.11. #2943
No branches or pull requests
BUG REPORT
Environment:
Minikube version (use
minikube version
): 0.28cat ~/.minikube/machines/minikube/config.json | grep DriverName
): hypervcat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
):What happened:
minikube startup
What you expected to happen:
It fails on startup
How to reproduce it (as minimally and precisely as possible):
minikube start --vm-driver=hyperv --kubernetes-version="v1.11.0" --hyperv-virtual-switch="Default Switch" --memory=4096 --alsologtostderr -v 5
Output of
minikube logs
(if applicable):Anything else do we need to know:
The api-server does not start because of this error:
error: admission-control and enable-admission-plugins/disable-admission-plugins flags are mutually exclusive
The text was updated successfully, but these errors were encountered: