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.
2 parents 7583356 + 8b67b00 commit 5747355Copy full SHA for 5747355
util/src/main/java/io/kubernetes/client/util/Config.java
@@ -174,7 +174,7 @@ public static ApiClient fromConfig(KubeConfig config) {
174
* Easy client creation, follows this plan
175
* <ul>
176
* <li>If $KUBECONFIG is defined, use that config file.</li>
177
- * <li>If $HOME/.kube/confg can be found, use that.</li>
+ * <li>If $HOME/.kube/config can be found, use that.</li>
178
* <li>If the in-cluster service account can be found, assume in cluster config.</li>
179
* <li>Default to localhost:8080 as a last resort.</li>
180
* </ul>
0 commit comments