Unhandled exception when tunneling all services with a non-existent namespace #19933
Labels
co/service
issues related to the service feature
kind/bug
Categorizes issue or PR as related to a bug.
What Happened?
When I am running the command
minikube service --all -n some-namespace-that-doesnt-exists
the program thrown an exception.output without
--alsologtostderr
flag:output with
--alsologtostderr
flag:Tested on Ubuntu running on WSL and using the docker driver.
The output above is from a past test I did, but the issue is the same as when I replicated it in the attached log.
Steps I took when recreating the issue:
helm install some-chart prometheus-community/prometheus
minikube service list
to view the services created from the helm deploymentminikube service --all -n some-namespace-that-doesnt-exists
and received the exception.minikube logs --file log.txt
Attach the log file
log.txt
I removed all commands prior to replicating the issue from the audit log for privacy reasons. The minkube cluster has been deleted before replicating the error. The first command in the table is me starting the cluster after deleting it.
Operating System
Ubuntu
Driver
Docker
The text was updated successfully, but these errors were encountered: