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

Could not start minikube bootstrapped with kubeadm on MacOS Sierra #2363

Closed
29x10 opened this issue Dec 27, 2017 · 1 comment
Closed

Could not start minikube bootstrapped with kubeadm on MacOS Sierra #2363

29x10 opened this issue Dec 27, 2017 · 1 comment

Comments

@29x10
Copy link

29x10 commented Dec 27, 2017

Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT

Please provide the following details:

Environment:
MacOS Sierra 10.12.6
Minikube version (use minikube version): 0.24.1

  • OS (e.g. from /etc/os-release): MacOS Sierra 10.12.6
  • 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 or minikube ssh cat /etc/VERSION): 0.23.6
  • Install tools:
  • Others:
    The above can be generated in one go with the following commands (can be copied and pasted directly into your terminal):
minikube version
echo "";
echo "OS:";
cat /etc/os-release
echo "";
echo "VM driver": 
grep DriverName ~/.minikube/machines/minikube/config.json
echo "";
echo "ISO version";
grep -i ISO ~/.minikube/machines/minikube/config.json

What happened:
Could not start minikube
What you expected to happen:
start normally
How to reproduce it (as minimally and precisely as possible):

minikube start --docker-env HTTP_PROXY=http://192.168.99.1:6152 --docker-env HTTPS_PROXY=http://192.168.99.1:6152 \
--docker-env NO_PROXY=localhost,127.0.0.1,192.168.0.0/16,10.0.0.0/8 \
--bootstrapper kubeadm --kubernetes-version=v1.8.0 --v 10 --logtostderr

Output of minikube logs (if applicable):

Starting cluster components...
I1227 17:52:03.964980   67792 ssh_runner.go:57] Run: sudo /usr/bin/kubeadm init --config /var/lib/kubeadm.yaml --skip-preflight-checks
I1227 17:52:33.947771   67792 loader.go:357] Config loaded from file /Users/binlei/.kube/config
I1227 17:52:33.950301   67792 round_trippers.go:417] curl -k -v -XGET  -H "Accept: application/json, */*" -H "User-Agent: minikube/v1.8.0 (darwin/amd64) kubernetes/0b9efae" https://192.168.99.100:8443/api/v1/nodes/minikube
I1227 17:53:24.060439   67792 round_trippers.go:436] GET https://192.168.99.100:8443/api/v1/nodes/minikube  in 50111 milliseconds
I1227 17:53:24.060474   67792 round_trippers.go:442] Response Headers:
E1227 17:53:24.060539   67792 start.go:265] Error starting cluster:  timed out waiting to unmark master: getting node minikube: Get https://192.168.99.100:8443/api/v1/nodes/minikube: Gateway Time-out

Anything else do we need to know:

@29x10 29x10 closed this as completed Dec 27, 2017
@chenkaiyue
Copy link

chenkaiyue commented Jun 9, 2018

have you solved this problem?my email is chenkaiyue2008@163.com,and thanks for your help

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