We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698299a commit 6d1c8d3Copy full SHA for 6d1c8d3
config/__init__.py
@@ -26,7 +26,7 @@ def load_config(**kwargs):
26
Wrapper function to load the kube_config.
27
It will initially try to load_kube_config from provided path,
28
then check if the KUBE_CONFIG_DEFAULT_LOCATION exists
29
- If neither exists- it will fall back to load_incluster_config
+ If neither exists, it will fall back to load_incluster_config
30
and inform the user accordingly.
31
32
:param kwargs: A combination of all possible kwargs that
0 commit comments