You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After executing minikube delete namespace <foo> the command ignored the extra parameters and indeed deleted the Minikube instance.
Of course, that was wrong as I meant to issue kubectl delete namespace <foo>. But, it's too late and my error is not recoverable or undoable.
Given that minikube delete is a permanent action (visualize death star) and can easily be substituted with the less destructive kubectl delete x perhaps an added safeguard confirmation for delete might be appreciated.
The text was updated successfully, but these errors were encountered:
After executing
minikube delete namespace <foo>
the command ignored the extra parameters and indeed deleted the Minikube instance.Of course, that was wrong as I meant to issue
kubectl delete namespace <foo>
. But, it's too late and my error is not recoverable or undoable.Given that
minikube delete
is a permanent action (visualize death star) and can easily be substituted with the less destructivekubectl delete x
perhaps an added safeguard confirmation for delete might be appreciated.The text was updated successfully, but these errors were encountered: