Skip to content
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

Support accessing K8S API server via HTTPS_PROXY env vars #64

Closed
chadlwilson opened this issue Oct 1, 2020 · 0 comments · Fixed by #73
Closed

Support accessing K8S API server via HTTPS_PROXY env vars #64

chadlwilson opened this issue Oct 1, 2020 · 0 comments · Fixed by #73

Comments

@chadlwilson
Copy link
Contributor

Currently if you need to use some sort of proxy to access your K8S master/API server, eks-rolling-update doesn't seem to work. The kubectl bits work fine because kubectl seems to have support for these env vars out of the box.

With a bit of digging, this appears to be because the Kubernetes Python Client library does not support these env vars out of the box.

There is a suggested implementation at kubernetes-client/python#333 (comment) which could possible be sorted on the eks-rolling-update side to be able to support this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant