-
Notifications
You must be signed in to change notification settings - Fork 183
KeyError: 'client-certificate' #55
Comments
Same error here, in python 2.7 |
Same issue with python 2.7.6 when Thanks for @parasit and it works after I think this's resolved and you're welcome to close it 😃 |
I think this is due to a change in the kube config schema, probably due to the 1.3.x kubectl client. a006ed8 seems to put in a fix for the error. Given that the current release is broken against kubectl v1.3 without this fix, can we get a new pypi release please? |
When can we expect the next pypi release so that |
Very soon. I need to review a couple more things before the release, but haven't had the time yet. I'll make that time today or tomorrow. |
v0.13.0 has been tagged and released. |
Hi,
I followed this https://pypi.python.org/pypi/pykube/ to query for all ready pods. I'm getting the KeyError: 'client-certificate' error.
Im using Python 3.5
The text was updated successfully, but these errors were encountered: