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
When create a minikube cluster I noticed this error:
E1107 14:36:14.613236 12019 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://127.0.0.1:59133/apis/apps/v1/namespaces/kube-system/deployments/coredns/scale": dial tcp 127.0.0.1:59133: connect: connection refused
❗ Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error listing StorageClasses: Get "https://127.0.0.1:59133/apis/storage.k8s.io/v1/storageclasses": dial tcp 127.0.0.1:59133: connect: connection refused]
And when I try to get the services, by doing this:
minikube service --all
💣 Failed to get service URL - check that minikube is running and that you have specified the correct namespace (-n flag) if required: Get "https://127.0.0.1:59133/api/v1/namespaces/default/services": dial tcp 127.0.0.1:59133: connect: connection refused
What Happened?
When create a minikube cluster I noticed this error:
And when I try to get the services, by doing this:
Attach the log file
log.txt
Operating System
macOS (Default)
Driver
Docker
The text was updated successfully, but these errors were encountered: