-
Notifications
You must be signed in to change notification settings - Fork 184
kube_config.py is unable to merge configs when one of configs has removed all contexts #183
Comments
/assign @palnabarun |
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. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: 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. |
Hi, I also encounter this issue with error like:
Is this issue being working on? |
I'm also getting this error
|
when:
and for example one of them defines null contexts:
It happens when
is invoked and there is no context left in kube config file.
Fix proposal add if:
around
python-base/config/kube_config.py
Line 596 in a2d1024
The text was updated successfully, but these errors were encountered: