Spaceship-prompt: Prompt is "~ at 鈽革笍 minikube" without minikube installed

Created on 18 Dec 2018  路  2Comments  路  Source: denysdovhan/spaceship-prompt

My prompt currently is "~ at 鈽革笍 minikube"
However I don't have minikube installed. How do I get rid of that part?

question

Most helpful comment

kubectl section is not limited to minikube. It checks for kubectl and displays context.

Most likely you've KUBECONFIG file with minikube context. You could remove that with kubectl config unset current-context or remove that file if it's irrelevant to you.

Related #442

All 2 comments

kubectl section is not limited to minikube. It checks for kubectl and displays context.

Most likely you've KUBECONFIG file with minikube context. You could remove that with kubectl config unset current-context or remove that file if it's irrelevant to you.

Related #442

thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Vvkmnn picture Vvkmnn  路  3Comments

maccius picture maccius  路  3Comments

jwhipp picture jwhipp  路  3Comments

tbekaert picture tbekaert  路  3Comments

MatthiasJ picture MatthiasJ  路  4Comments