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
The output of the minikube logs
command:
The operating system version:
ubuntu 16.04 - xenial
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.
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.