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
It's reasonable to expect that when using minikube kubectl, it will only mess with minikube.
I can't think of a reasonable use case where someone would want to use the minikube version of kubectl to mess with a context other than minikube and would have no alternatives.
But I can think of cases where testing scripts run in the wrong context can mess with unintended contexts.
Using minikube kubectl would guarantee against such problems it it was always using the minikube context of the selected profile.