Docker issue #19366
Labels
kind/support
Categorizes issue or PR as a support question.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
What Happened?
Docker is not running while its status is Running
And Minikube is also in issue
Error :
minikube start --image-repository=k8s.gcr.io
๐ minikube v1.33.1 on Ubuntu 22.04
โจ Using the qemu2 driver based on existing profile
๐ Starting "minikube" primary control-plane node in "minikube" cluster
๐ Updating the running qemu2 "minikube" VM ...
๐ Found network options:
โช HTTP_PROXY=http://proxy.example.com:8080
โช NO_PROXY=localhost,127.0.0.1
โ This VM is having trouble accessing https://registry.k8s.io
๐ก To pull new external images, you may need to configure a proxy: https://minikube.sigs.k8s.io/docs/reference/networking/proxy/
โ Due to DNS issues your cluster may have problems starting and you may not be able to pull images
More details available at: https://minikube.sigs.k8s.io/docs/drivers/qemu/#known-issues
๐ณ Preparing Kubernetes v1.30.0 on Docker 26.0.2 ...
โช env HTTP_PROXY=http://proxy.example.com:8080
โช env NO_PROXY=localhost,127.0.0.1
๐คฆ Unable to restart control-plane node(s), will reset cluster:
โช Generating certificates and keys ...
โช Booting up control plane ...
โช Configuring RBAC rules ...
๐ Configuring bridge CNI (Container Networking Interface) ...
๐ Verifying Kubernetes components...
โช Using image gcr.io/k8s-minikube/storage-provisioner:v5
โ Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error listing StorageClasses: Get "https://localhost:45449/apis/storage.k8s.io/v1/storageclasses": dial tcp 127.0.0.1:45449: connect: connection refused]
๐ Enabled addons: storage-provisioner
โ Exiting due to GUEST_START: failed to start node: wait 6m0s for node: wait for healthy API server: apiserver healthz never reported healthy: context deadline exceeded
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ โ
โ ๐ฟ If the above advice does not help, please let us know: โ
โ ๐ https://github.com/kubernetes/minikube/issues/new/choose โ
โ โ
โ Please run
minikube logs --file=logs.txt
and attach logs.txt to the GitHub issue. โโ โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
Attach the log file
~$ kubectl get node
E0802 17:10:09.996891 16912 memcache.go:265] couldn't get current server API group list: Get "https://localhost:45449/api?timeout=32s": dial tcp 127.0.0.1:45449: connect: connection refused
E0802 17:10:09.997139 16912 memcache.go:265] couldn't get current server API group list: Get "https://localhost:45449/api?timeout=32s": dial tcp 127.0.0.1:45449: connect: connection refused
E0802 17:10:09.998503 16912 memcache.go:265] couldn't get current server API group list: Get "https://localhost:45449/api?timeout=32s": dial tcp 127.0.0.1:45449: connect: connection refused
E0802 17:10:09.998714 16912 memcache.go:265] couldn't get current server API group list: Get "https://localhost:45449/api?timeout=32s": dial tcp 127.0.0.1:45449: connect: connection refused
E0802 17:10:10.000165 16912 memcache.go:265] couldn't get current server API group list: Get "https://localhost:45449/api?timeout=32s": dial tcp 127.0.0.1:45449: connect: connection refused
The connection to the server localhost:45449 was refused - did you specify the right host or port?
Operating System
Ubuntu
Driver
Docker
The text was updated successfully, but these errors were encountered: