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

minikube start failure #8220

Closed
j75 opened this issue May 20, 2020 · 5 comments
Closed

minikube start failure #8220

j75 opened this issue May 20, 2020 · 5 comments
Labels
co/docker-driver Issues related to kubernetes in container kind/support Categorizes issue or PR as a support question. os/linux

Comments

@j75
Copy link

j75 commented May 20, 2020

Steps to reproduce the issue:

  1. minikube start

Full output of minikube start command used, if not already included:
πŸ˜„ minikube v1.10.1 on Debian 10.4
✨ Using the docker driver based on existing profile
πŸ‘ Starting control plane node minikube in cluster minikube
🀷 docker "minikube" container is missing, will recreate.
E0520 17:46:34.620324 8734 oci.go:79] docker daemon seems to be stuck. Please try restarting your docker. Will try to delete anyways: unknown state "minikube": docker inspect minikube --format={{.State.Status}}: exit status 1
stdout:

stderr:
Template parsing error: template: :1:8: executing "" at <.State.Status>: map has no entry for key "State"
πŸ”₯ Creating docker container (CPUs=2, Memory=2200MB) ...
🀦 StartHost failed, but will try again: recreate: creating host: create: creating: prepare kic ssh: apply authorized_keys file ownership, output
** stderr **
Error response from daemon: Container 0a1458abdbde52f03a6803a5cd340295ae7a45bd7de59801cf07786df4325195 is not running

** /stderr **: chown docker:docker /home/docker/.ssh/authorized_keys: exit status 1
stdout:

stderr:
Error response from daemon: Container 0a1458abdbde52f03a6803a5cd340295ae7a45bd7de59801cf07786df4325195 is not running

πŸ”„ Restarting existing docker container for "minikube" ...
😿 Failed to start docker container. "minikube start" may fix it: provision: get ssh host-port: get port 22 for "minikube": docker inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 1
stdout:

stderr:
Template parsing error: template: :1:4: executing "" at <index (index .Networ...>: error calling index: index of untyped nil

πŸ’£ error provisioning host: Failed to start host: provision: get ssh host-port: get port 22 for "minikube": docker inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 1
stdout:

stderr:
Template parsing error: template: :1:4: executing "" at <index (index .Networ...>: error calling index: index of untyped nil

😿 minikube is exiting due to an error. If the above message is not useful, open an issue:
...

Optional: Full output of minikube logs command:

🀷 The control plane node must be running for this command πŸ‘‰ To fix this, run: "minikube start"
@afbjorklund
Copy link
Collaborator

Seems like the same problem as in #8209

@afbjorklund afbjorklund added co/docker-driver Issues related to kubernetes in container os/linux kind/support Categorizes issue or PR as a support question. labels May 20, 2020
@tstromberg
Copy link
Contributor

This issue appears to be a duplicate of #8163, do you mind if we move the conversation there?

Ths way we can centralize the content relating to the issue. If you feel that this issue is not in fact a duplicate, please re-open it using /reopen. If you have additional information to share, please add it to the new issue.

Thank you for reporting this!

@j75
Copy link
Author

j75 commented May 28, 2020

do you mind if we move the conversation there?

Not at all, thank you for asking!

@jerryTJ
Copy link

jerryTJ commented May 16, 2021

my Mac M1 start Minikube error
VitualBox version 6.1.20
minikube start --vm-driver=virtualbox --image-mirror-controy=cn
error info
πŸ˜„ minikube v1.19.0 on Darwin 11.2.3 (arm64)
✨ Using the virtualbox driver based on user configuration

❌ Exiting due to DRV_UNSUPPORTED_OS: The driver 'virtualbox' is not supported on darwin/arm64

run "sysctl -a | grep -E --color 'machdep.cpu.features|VMX'" command nothing to print

@afbjorklund
Copy link
Collaborator

@jerryTJ please open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/docker-driver Issues related to kubernetes in container kind/support Categorizes issue or PR as a support question. os/linux
Projects
None yet
Development

No branches or pull requests

4 participants