c-bata / kube-prompt

An interactive kubernetes client featuring auto-complete.
MIT License
1.79k stars 134 forks source link

remove ExplicitPath from loading rules #20

Closed ultimateboy closed 6 years ago

ultimateboy commented 6 years ago

clientcmd.NewDefaultClientConfigLoadingRules() already checks for the KUBECONFIG env-var and also checks for ~/.kube/config. Setting an explicit path overrides this.

Fixes #16 Fixes #10

c-bata commented 6 years ago

👍

Thanks.