-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for multiple values in KUBECONFIG variable #2174
Comments
@manusa @iocanel : I checked and looks like multiple values are already being handled: kubernetes-client/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/Config.java Lines 469 to 483 in 2f857a9
|
😄 So basically to fulfill the AC defined in my comment we just need to change the log level. |
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 30, 2020
Changed loglevel to warn in case of multiple kubeconfig are found in `KUBECONFIG` environment variable.
This was referenced Aug 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to check how the client is handling the case when
KUBECONFIG
variable has multiple values. If present, we should print a warning about whichkubeconfig
did we read for client operations.Orignal issue: quarkusio/quarkus#8946
The text was updated successfully, but these errors were encountered: