-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
list_kube_config_contexts
cannot handle a KUBECONFIG env var with multiple config paths
#723
Comments
This feature has to be added to python-base repo, ref issue: kubernetes-client/python-base#62 |
As far as I can judge, this feature has just been merged into kubernetes-client/python-base: kubernetes-client/python-base#94 |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/close |
@yliaog: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hey there :)
When running
I get an error because my
KUBECONFIG
environment variable is configured with a list of paths to configuration files. E.g./path/one:/path/two
. This configuration is also covered in the documentation here:https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/#set-the-kubeconfig-environment-variable
I would have expected to get a list of contexts across all config files.
Cheers,
Dennis
The text was updated successfully, but these errors were encountered: