We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d301e20 + ee4f01c commit 7f9231eCopy full SHA for 7f9231e
1 file changed
config/kube_config.py
@@ -25,7 +25,7 @@
25
26
from .config_exception import ConfigException
27
28
-KUBE_CONFIG_DEFAULT_LOCATION = '~/.kube/config'
+KUBE_CONFIG_DEFAULT_LOCATION = os.environ.get('KUBECONFIG', '~/.kube/config')
29
_temp_files = {}
30
31
0 commit comments