Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upstopping a profile which doesn't exists creates profile folder instead of just throwing error #9486
Comments
|
Good catch! Help wanted to fix this -- there is no reason why |
|
thank you. |


##minikube stop##
🤷 There is no local cluster named "test2"
👉 To fix this, run: "minikube start -p test2"
vinodhinis-mbp:minikube vinodhinibalusamy$ ./out/minikube stop -p test2
this causes unwanted error message thrown in profile list.
vinodhinis-mbp:minikube vinodhinibalusamy$ ./out/minikube profile list
|----------|-----------|---------|--------------|------|---------|---------|
$ minikube delete -p test2
$ minikube delete -p ttt
vinodhinis-mbp:minikube vinodhinibalusamy$
And i did notice /Users/vinodhinibalusamy/.minikube/profiles has test2 folder created which shouldn't be.