-
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
running command: : Process exited with status 2 #3491
Comments
macos same issues
|
same on Windows 7 & git-bash; resolution (for me) : jump off the corp network ( which monitors/intercepts ssl ), |
Incorporating the observation by @tvollmer ( also behind MITM-style corp SSL proxy here ), was able to get a clean minikube start on MacOS. I suppose this is because kubeadm pulls down its containers and other goodies it needs from the inner bootstrapping VM - which didn't have the same MITM corp proxy trust that my outer workstation terminal has ( which is why it gets past the initial "Downloading Minikube ISO" part)? I'm still trying to get virtualbox and vmwarefusion to complete, but a minikube start with the hyperkit VM Driver is completing successfully for me now:
|
I am not on corp network, still running the same error. Minikube v0.32.0 in ubuntu 16.04. |
minikube startStarting local Kubernetes v1.12.4 cluster... minikube logsVersion: v1.12.4 |
Same on gentoo. version
output$
Logs
|
Same as I. How to resolve it ? |
any resolution ? |
minikube v0.33 does a slightly better job showing the reasons for kubeadm failures. Does someone mind retrying this on a newer release? |
Also - I suspect this may be related to proxy/firewall issues. It's difficult to tell without additional logs from the person who opened this. |
@liu-xuewen - do you mind attempting this with minikube v0.33.1, and attach the output of:
and:
Thank you for the bug report! |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I'm closing this issue as it hasn't seen activity in awhile, and it's unclear if this issue still exists. If this issue does continue to exist in the most recent release of minikube, please feel free to re-open it. Thank you for opening the issue! |
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG
Please provide the following details:
Environment:
Minikube version (use
minikube version
):cat ~/.minikube/machines/minikube/config.json | grep DriverName
):cat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
):The above can be generated in one go with the following commands (can be copied and pasted directly into your terminal):
What happened:
running command: : Process exited with status 2
What you expected to happen:
success
How to reproduce it (as minimally and precisely as possible):
Output of
minikube logs
(if applicable):Anything else do we need to know:
The text was updated successfully, but these errors were encountered: