minikube start failure #8220
Labels
co/docker-driver
Issues related to kubernetes in container
kind/support
Categorizes issue or PR as a support question.
os/linux
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: