Improve error message for service not in default namespace. #5271
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
1- create a NodePort service in not default namespace:
2- try to open the service url:
the error message is big and suggestion gets over-shaddowed.
I suggest the error message say
service X was not found in default namespace , please try with "minikube service X -n Y"
The text was updated successfully, but these errors were encountered: