-
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
Load config fails with env: null
in users/user/exec section
#637
Comments
hey @Lawouach, thanks for finding and reporting this! Arguably, all client should tolerate this (
So to me this looks like two bugs actual bugs, what do you think? |
Thank you @errordeveloper for the feedback here. I was struggling to find the API definition for this API. Arguably, the client should likely not choke on this value indeed. |
Having the same problem. What was the outcome of this? Is there a PR with a fix, or is it something we all need to change? |
I think @fillbit has a PR fixing this from client side: kubernetes-client/python-base#91. I will take a look at it today. Thanks for reporting :) |
Fixed by kubernetes-client/python-base#91 |
Hey there,
Client: 8.0.0a1
Server: Kubernetes 1.10.3
Provider: EKS
I created a cluster using eksctl and the generated kubeconf has the entry
env: null
underusers/user/exec
to which the client responds with:When I remove the key entirely, it works nicely. When I fill the key with dictionary entries, it works too. I can only assume either
env: null
is invalid (then I will open a ticket on eksctl) or the client should support it.Thanks,
The text was updated successfully, but these errors were encountered: