We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
Since minikube v1.1.0, minikube stop unsets the current-context after completion: kubernetes/minikube#4177
minikube stop
When minikube is stopped there's no way to start k9s without changing the current context in kubeconfig:
# kubectl config current-context minikube # minikube stop ✋ Stopping "minikube" in kvm2 ... 🛑 Node "minikube" stopped. # kubectl config current-context error: current-context is not set # grep current-context ~/.kube/config current-context: "" # k9s ____ __.________ | |/ _/ __ \______ | < \____ / ___/ | | \ / /\___ \ |____|__ \ /____//____ > \/ \/ Boom!! Invalid kubeconfig context detected.
Passing -c ctx to start in context view does not help:
-c ctx
# k9s -c ctx ____ __.________ | |/ _/ __ \______ | < \____ / ___/ | | \ / /\___ \ |____|__ \ /____//____ > \/ \/ Boom!! Invalid kubeconfig context detected.
Describe the solution you'd like
It would be awesome if k9s would start in context view when the current-context is unset instead of exiting.
Describe alternatives you've considered
Submit a feature request to minikube to allow opting-out of removing the current context from kubeconfig on stop.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
@pdecat Thanks Patrick! Please checkout v0.21.3
Sorry, something went wrong.
Awesome, works perfectly now!
Thanks @derailed!
No branches or pull requests
Is your feature request related to a problem? Please describe.
Since minikube v1.1.0,
minikube stop
unsets the current-context after completion: kubernetes/minikube#4177When minikube is stopped there's no way to start k9s without changing the current context in kubeconfig:
Passing
-c ctx
to start in context view does not help:Describe the solution you'd like
It would be awesome if k9s would start in context view when the current-context is unset instead of exiting.
Describe alternatives you've considered
Submit a feature request to minikube to allow opting-out of removing the current context from kubeconfig on stop.
Additional context
N/A
The text was updated successfully, but these errors were encountered: