minikube docker-env writes error to stdout if VM isn't running - confuses shell #3311
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Environment:
Minikube version: 0.30
What happened:
What you expected to happen:
If a Minikube VM is not running,
eval $(minikube docker-env)
should fail, but not in such a confusing way, with shell trying to execute a command===============================================================================
.How to reproduce it (as minimally and precisely as possible):
Stop the Minikube VM. Run
eval $(minikube docker-env)
The text was updated successfully, but these errors were encountered: