-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 https_proxy #371
Comments
Hi @derailed, is there already a plan when proxy connection is going to be supported? |
Need this feature too. Would save me lot of time. |
It's working with the correct env var: |
Fwiw, in general, most unix users expect the lowercase format. It's true that these variables don't match the rest of unix, but, that's history. https://unix.stackexchange.com/questions/212894/whats-the-right-format-for-the-http-proxy-environment-variable-caps-or-no-ca |
I created #825 for general proxy support. As I explained in that issue |
|
Simply running k9s with https_proxy=<proxy address> should work.
Example: "https_proxy=<proxy address> k9s"
…On Wed, 15 Dec 2021 at 19:23, Dieter De Meyer ***@***.***> wrote:
Did someone manage to get this working ? Can someone describe the steps
for which it's working ?
I've been trying as well using the suggestions above but it's not
working...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#371 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG6A63KLXGFWYPCHOJDRRG3URDMINANCNFSM4JCH5SHA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Hi!
Is there a way to connect k9s via https proxy?
The cluster i need k9s to connect to is behind a proxy, therefore I use "https_proxy= kubectl"
I'd really like to use k9s with it.
Many thanks!
The text was updated successfully, but these errors were encountered: