-
Notifications
You must be signed in to change notification settings - Fork 244
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
odo list
does not work if KUBECONFIG
env var points to multiple kubeconfig files
#6700
Comments
I actually noticed this issue via the OpenShift Toolkit plugin for JetBrains IDEs: Below is the complete stack trace of the plugin: Plugin stack trace
|
odo list
does not work if KUBECONFIG
env var is a colon-delimited list of kubeconfig filesodo list
does not work if KUBECONFIG
env var points to multiple kubeconfig files
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
This issue was closed because it has been inactive for 30 days since being marked as stale. |
/reopen Reopening as it is still relevant to me to make |
/kind bug
What versions of software are you using?
Operating System:
Fedora 37
Output of
odo version
:odo v3.8.0 (cb5d20d)
How did you run odo exactly?
I recently set my local
KUBECONFIG
environment variable set to a list of kubeconfig files, to separate the different clusters that I have.Actual behavior
Expected behavior
The
KUBECONFIG
environment variable can be a list of separate kubeconfig files, which is valid per the official doc. This list is colon-delimited on Linux and Max, and semicolon-delimited on Windows.So
odo list
should work and use the result of merging the files listed inKUBECONFIG
.Any logs, error output, etc?
odo list
seems to handle this environment variable differently. Other commands, likeodo dev
,odo describe component
, ... work fine with the sameKUBECONFIG
env var.The text was updated successfully, but these errors were encountered: