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 for HTTPS proxies #6

Open
jecnua opened this issue Jan 31, 2020 · 2 comments
Open

Support for HTTPS proxies #6

jecnua opened this issue Jan 31, 2020 · 2 comments

Comments

@jecnua
Copy link

jecnua commented Jan 31, 2020

Hi,

To access our clusters we need to go through HTTPS proxies but I didn't find any way to configure the tool to allow it. Is it possible and if not is it planned to allow this option?

@uk000
Copy link
Contributor

uk000 commented Feb 1, 2020

TBH, haven't looked into how https proxy access for k8s works in general. Kubeman uses this client library to connect to clusters by using saved configs from local default kube config: https://github.com/godaddy/kubernetes-client

How do you access the cluster when using kubectl, do you have to do any special config?

@jecnua
Copy link
Author

jecnua commented Feb 2, 2020

Hi @uk000.
Usually you have the following in the environment:

https_proxy=http://xyz:port
http_proxy=http://xyz:port

Is not different on how you would use curl with an https proxy. It works out of the box with kubectl.

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

No branches or pull requests

2 participants