-
Notifications
You must be signed in to change notification settings - Fork 21
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
MacOS: when launched within IDE (not run from source) KUBECONFIG env variable is not available #826
Comments
adietish
changed the title
when launched within IDE (not run from source) KUBECONFIG env variable is not available
MacOS: when launched within IDE (not run from source) KUBECONFIG env variable is not available
Jan 31, 2025
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Jan 31, 2025
…-developer#826) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Jan 31, 2025
…-developer#826) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
that referenced
this issue
Jan 31, 2025
Signed-off-by: Andre Dietisheim <[email protected]>
github-project-automation
bot
moved this from 📝 In Progress
to ✅ Done
in IDE Cloudaptors
Jan 31, 2025
Reopening to have it verified on Windows by @msivasubramaniaan. |
@msivasubramaniaan tested this on Windows and it worked. All contexts that he had defined across several files and listed in the |
closing as DONE. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps:
MacOS
, only MacOS and maybeWindows
are affectedKUBECONFIG
env var set in~/.zshrc
or./zprofile
Setup is documented here:
Result:
No contexts are displayed, the window stays empty even though
KUBECONFIG
is set ex. in the IDEA terminal (echo $KUBECONFIG
returns your list of kube config files).The text was updated successfully, but these errors were encountered: