You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nov 09 12:48:39 minikube dockerd[120]: time="2020-11-09T12:48:39.519265068Z" level=info msg="Loading containers: start."
Nov 09 12:48:39 minikube dockerd[120]: time="2020-11-09T12:48:39.626903455Z" level=info msg="Default bridge (docker0) is assigned with an IP address 172.18.0.0/16. Daemon option --bip can be used to set a preferred IP address"
Nov 09 12:48:39 minikube dockerd[120]: time="2020-11-09T12:48:39.671149409Z" level=info msg="Loading containers: done."
Nov 09 12:48:41 minikube dockerd[341]: time="2020-11-09T12:48:41.009290540Z" level=info msg="[graphdriver] using prior storage driver: overlay2"
Nov 09 12:48:41 minikube dockerd[341]: time="2020-11-09T12:48:41.011185059Z" level=info msg="Loading containers: start."
Nov 09 12:48:41 minikube dockerd[341]: time="2020-11-09T12:48:41.105948020Z" level=info msg="Default bridge (docker0) is assigned with an IP address 172.18.0.0/16. Daemon option --bip can be used to set a preferred IP address"
Nov 09 12:48:41 minikube dockerd[341]: time="2020-11-09T12:48:41.140328319Z" level=info msg="Loading containers: done."
Nov 09 12:48:41 minikube dockerd[341]: time="2020-11-09T12:48:41.152459835Z" level=info msg="Daemon has completed initialization"
Nov 09 12:48:41 minikube dockerd[341]: time="2020-11-09T12:48:41.164183129Z" level=info msg="API listen on /var/run/docker.sock"
Nov 09 12:48:41 minikube dockerd[341]: time="2020-11-09T12:48:41.164239242Z" level=info msg="API listen on [::]:2376"
Nov 09 12:48:41 minikube systemd[1]: Started Docker Application Container Engine.
==> container status <==
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
time="2020-11-09T12:53:26Z" level=fatal msg="failed to connect: failed to connect, make sure you are running as root and the runtime has been started: context deadline exceeded"
==> describe nodes <==
E1109 20:53:26.077890 27564 logs.go:178] command /bin/bash -c "sudo /var/lib/minikube/binaries/v1.18.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig" failed with error: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.18.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig": Process exited with status 1
stdout:
stderr:
sudo: /var/lib/minikube/binaries/v1.18.3/kubectl: command not found
output: "\n** stderr ** \nsudo: /var/lib/minikube/binaries/v1.18.3/kubectl: command not found\n\n** /stderr **"
*
重现问题所需的命令:
minikube start
--driver=docker
--registry-mirror=https://n0dwemtq.mirror.aliyuncs.com
--memory=2048mb
失败的命令的完整输出:
[leyou@node1 bin]$ minikube start \
E1109 20:48:43.302326 20660 start.go:97] Unable to get host IP: inspect IP bridge network "56bcceb8c923\n051f84d44254".: docker network inspect --format "{{(index .IPAM.Config 0).Gateway}}" 56bcceb8c923
051f84d44254: exit status 1
stdout:
stderr:
Error: No such network: 56bcceb8c923
051f84d44254
*
X failed to start node: startup failed: Failed to setup kubeconfig: inspect IP bridge network "56bcceb8c923\n051f84d44254".: docker network inspect --format "{{(index .IPAM.Config 0).Gateway}}" 56bcceb8c923
051f84d44254: exit status 1
stdout:
stderr:
Error: No such network: 56bcceb8c923
051f84d44254
[leyou@node1 bin]$
minikube logs
命令的输出:[leyou@node1 bin]$ minikube logs
E1109 20:53:26.077890 27564 logs.go:178] command /bin/bash -c "sudo /var/lib/minikube/binaries/v1.18.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig" failed with error: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.18.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig": Process exited with status 1
stdout:
stderr:
sudo: /var/lib/minikube/binaries/v1.18.3/kubectl: command not found
output: "\n** stderr ** \nsudo: /var/lib/minikube/binaries/v1.18.3/kubectl: command not found\n\n** /stderr **"
*
! unable to fetch logs for: describe nodes
[leyou@node1 bin]$
使用的操作系统版本:
CentOS Linux release 7.6.1810 (Core)
The text was updated successfully, but these errors were encountered: