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 1e60636 commit 4522683Copy full SHA for 4522683
kubernetes/base/config/__init__.py
@@ -45,4 +45,4 @@ def load_config(**kwargs):
45
"default location ({0}) does not exist. "
46
"Using inCluster Config. "
47
"This might not work.".format(KUBE_CONFIG_DEFAULT_LOCATION))
48
- load_incluster_config(**kwargs)
+ load_incluster_config(**kwargs)
0 commit comments