-
-
Notifications
You must be signed in to change notification settings - Fork 4
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 kubeconfig "merging" #147
Comments
This will require us to move to specifying |
This seems fine. The exact |
Just to note that currently having multiple files listed in KUBECONFIG envvar is causing errors on kele start-up, so I'm looking forward to this fix :) |
Thanks for this. Would you mind filing a separate issue as well w/ the error symptoms that you noticed? I think these two ("kele crashes with KUBECONFIG" and "kele actually supports KUBECONFIG properly") can be related-but-separate.
Thank you for playing around with my silly side project. 😇 |
Hi, @jinnovation! |
Definitely sounds related. I'm guessing that you set the
Thanks for using. 😇 |
|
kubectl
supports merging kubeconfigs via theKUBECONFIG
env var. It would be valuable for Kele to support similar functionality, e.g. for users that like to maintain multiple discrete kubeconfigs that they alias/swap between.The text was updated successfully, but these errors were encountered: