-
Notifications
You must be signed in to change notification settings - Fork 184
load_kube_config fails if KUBECONFIG contains more than one file #62
Comments
Bump. Still an issue |
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. |
I'm also facing the same issue when KUBECONFIG contains multiple files. |
@aseempatni which version of the library do you have? It should work with the latest one. /remove-lifecycle stale |
Ah, I see. I'm using 8.0.1. It was fixed after that I assume? Lemme give a shot with the latest one. |
Yes, v. 10.0.0a1 should work. |
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. |
/close |
@aseempatni: 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. |
KUBECONFIG is a list of colon-deliminated config files.
https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/#the-kubeconfig-environment-variable.
load_kube_config without arguments throws:
The text was updated successfully, but these errors were encountered: