-
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
minikube start failure #8220
Comments
Seems like the same problem as in #8209 |
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 Thank you for reporting this! |
Not at all, thank you for asking! |
my Mac M1 start Minikube error β 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 |
@jerryTJ please open a new issue. |
Steps to reproduce the issue:
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 text was updated successfully, but these errors were encountered: