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
cat $HOME/.kube/config and check the stdout.
(Maybe the path will be different, it depends on your KUBECONFIG enviroment variable. I guess you already know.)
minikube start (with or without -p option to specify profile)
cat $HOME/.kube/config and recheck the stdout again. And compare with output of 1).
you can check the information about your new minikube instance's cluster, user, context added.
minikube delete
cat $HOME/.kube/config and recheck the stdout. And compare with output of 1), 3)
Added information in 3) remains.
I think the output of 5) needs to be same as 1). Not 3)
I think if minikube start set kubeconfig, minikube delete should unset kubeconfig.
I think there is this logic in the source code (func deleteContext in cmd/minikube/cmd/delete.go), but it won't actually works.
The full output of the command that failed:
NONE
The output of the minikube logs command:
NONE
The operating system version:
Ubuntu 18.04.4 LTS
minikube Version : tested with current master branch (commit: 9b7573e) binary
The text was updated successfully, but these errors were encountered:
The exact command to reproduce the issue:
cat $HOME/.kube/config
and check the stdout.(Maybe the path will be different, it depends on your KUBECONFIG enviroment variable. I guess you already know.)
minikube start
(with or without -p option to specify profile)cat $HOME/.kube/config
and recheck the stdout again. And compare with output of 1).minikube delete
cat $HOME/.kube/config
and recheck the stdout. And compare with output of 1), 3)minikube start
set kubeconfig,minikube delete
should unset kubeconfig.func deleteContext
incmd/minikube/cmd/delete.go
), but it won't actually works.The full output of the command that failed:
NONE
The output of the
minikube logs
command:NONE
The operating system version:
Ubuntu 18.04.4 LTS
minikube Version : tested with current master branch (commit: 9b7573e) binary
The text was updated successfully, but these errors were encountered: