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 8c84715 commit 9f37fffCopy full SHA for 9f37fff
util/src/main/java/io/kubernetes/client/util/ClientBuilder.java
@@ -130,7 +130,7 @@ private String parseKubeConfigPath(String kubeConfigEnv) {
130
final String[] filePaths = kubeConfigEnv.split(File.pathSeparator);
131
final String kubeConfigPath = filePaths[0];
132
if (filePaths.length > 1) {
133
- log.debug(
+ log.warn(
134
"Found multiple kubeconfigs files, $KUBECONFIG: " + kubeConfigEnv + " using first: {}",
135
kubeConfigPath);
136
}
0 commit comments