minikube service: Error opening service: Service hello-world was not found

Created on 11 Nov 2019  路  3Comments  路  Source: kubernetes/minikube

The exact command to reproduce the issue:
minikube service hello-world --url

The full output of the command that failed:

馃挘 Error opening service: Service hello-world was not found in "default" namespace. You may select another namespace by using 'minikube service hello-world -n : Temporary Error: Error getting service hello-world: services "hello-world" not found

The output of the minikube logs command:

The operating system version:
ubuntu 16.04 - xenial

cservice kinbug prioritawaiting-more-evidence triagneeds-information

Most helpful comment

I encountered a same issue in Windows; the reason is probably two Kubernetes have been started: one from minikube start in PowerShell and one from the Docker desk app. After I stopped the Kubernetes instance in Docker app settings and restart minikube in PowerShell, the issue gone.

All 3 comments

Hey @deepzymr thanks for opening this bug. Could you confirm that the service is running by providing the output of:

  • kubectl get svc --all-namespaces

I'm closing this issue as it hasn't seen activity in awhile, and it's unclear if this issue still exists. If this issue does continue to exist in the most recent release of minikube, please feel free to re-open it.

Thank you for opening the issue!

I encountered a same issue in Windows; the reason is probably two Kubernetes have been started: one from minikube start in PowerShell and one from the Docker desk app. After I stopped the Kubernetes instance in Docker app settings and restart minikube in PowerShell, the issue gone.

Was this page helpful?
0 / 5 - 0 ratings