-
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
Unable to start Minikube on Debian 10.7 using GCP VM #10006
Comments
Please look at https://docs.docker.com/engine/install/debian/ Need to make sure that |
There is some kind of censorship going on here, with the error messages... The first log entry is:
Note the helpful "fix" there, which has the suggested command and a doc url. Then the second log entry is:
|
by following post install steps it worked , but now when I start minikube minikube start I have installed updated kubectl , but still getting "E1219 21:07:34.359636 71006 start.go:271] kubectl info: exec: fork/exec /usr/local/bin/kubectl: exec format error" |
Seems like you installed |
yeah |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Hi @Akshay123455667, we haven't heard back from you, do you still have this issue? I will close this issue for now but feel free to reopen when you feel ready to provide more information. |
Steps to reproduce the issue:
I installed Minikube on GCP Debian VM using below command
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube_latest_amd64.deb
sudo dpkg -i minikube_latest_amd64.deb
and installed Kubectl and Docker too , but when starting the minikube getting below error
$ minikube start
😄 minikube v1.16.0 on Debian 10.7
👎 Unable to pick a default driver. Here is what was considered, in preference order:
▪ podman: Not installed: exec: "podman": executable file not found in $PATH
▪ virtualbox: Not installed: unable to find VBoxManage in $PATH
▪ vmware: Not installed: exec: "docker-machine-driver-vmware": executable file not found in $PATH
▪ docker: Not healthy: "docker version --format {{.Server.Os}}-{{.Server.Version}}" exit status 1: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.38/version: dial unix /var/run/docker.sock: connect: permission denied
▪ kvm2: Not installed: exec: "virsh": executable file not found in $PATH
▪ none: Not installed: exec: "iptables": executable file not found in $PATH
❌ Exiting due to DRV_NOT_DETECTED: No possible driver was detected. Try specifying --driver, or see https://minikube.sigs.k8s.io/docs/start/
Any suggestion on how to resolve this
The text was updated successfully, but these errors were encountered: