-
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
kubeadm.go: apiserver status: Stopped #5167
Comments
Hi @robotsp! Thank you for the bug report. Do you mind including the full output of the Also, the output of this commands would be quite useful:
Thank you! |
minikube start: [root@b2b-qa-bigu-cdh-server-0 bin]# ./minikube start
X Failed to cache ISO
docker ps -a [root@b2b-qa-bigu-cdh-server-0 bin]# docker ps -a |
Looks like you can't download our ISO from GCS, we have a bug open (#4774) that will allow everyone to download ISOs from Github directly. Closing this as a dupe. |
The exact command to reproduce the issue:
I install minikube on Centos 7, and run ./minikube start --registry-mirror=https://registry.docker-cn.com --vm-driver="none" --v=3 --alsologtostderr.
The full output of the command that failed:
I0822 13:29:29.896181 89080 kubeadm.go:385] apiserver status: Stopped, err:
I0822 13:29:30.196147 89080 kubeadm.go:143] https://10.125.164.134:8443/healthz response: Get https://10.125.164.134:8443/healthz: dial tcp 10.125.164.134:8443: connect: connection refused
I0822 13:29:30.196179 89080 kubeadm.go:385] apiserver status: Stopped, err:
I0822 13:29:30.496310 89080 kubeadm.go:143] https://10.125.164.134:8443/healthz response: Get https://10.125.164.134:8443/healthz: dial tcp 10.125.164.134:8443: connect: connection refused
The output of the
minikube logs
command:The operating system version:
Centos 7.4
Thanks!
The text was updated successfully, but these errors were encountered: