kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.59k stars 4.9k forks source link

2nd time minkube not install on same server #19987

Open satishchippa-bob opened 6 days ago

satishchippa-bob commented 6 days ago

What Happened?

stderr: E1125 03:56:31.520129 1739 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://localhost:8443/api?timeout=32s\": dial tcp [::1]:8443: connect: connection refused" E1125 03:56:31.521939 1739 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://localhost:8443/api?timeout=32s\": dial tcp [::1]:8443: connect: connection refused" E1125 03:56:31.523281 1739 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://localhost:8443/api?timeout=32s\": dial tcp [::1]:8443: connect: connection refused" E1125 03:56:31.525312 1739 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://localhost:8443/api?timeout=32s\": dial tcp [::1]:8443: connect: connection refused" E1125 03:56:31.526941 1739 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://localhost:8443/api?timeout=32s\": dial tcp [::1]:8443: connect: connection refused" The connection to the server localhost:8443 was refused - did you specify the right host or port? Failed to inject host.minikube.internal into CoreDNS, this will limit the pods access to the host IPE1125 03:56:31.536386 22953 start.go:160] Unable to scale down deployment "coredns" in namespace "kube-system" to 1 replica: non-retryable failure while getting "coredns" deployment scale: Get "https://192.168.49.2:8443/apis/apps/v1/namespaces/kube-system/deployments/coredns/scale": dial tcp 192.168.49.2:8443: connect: connection refused ! Enabling 'default-storageclass' returned an error: running callbacks: [sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply --for

Attach the log file

![Uploading Screenshot 2024-11-25 092940.png…]()

Operating System

None

Driver

None

T-Lakshmi commented 6 days ago

@satishchippa-bob, Reinsatll minikube by running the following commands to resolve the issue.

minikube delete --all
minikube start
T-Lakshmi commented 6 days ago

/kind support