You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2022. It is now read-only.
current kubernetes-client/python(-base) support parameter for proxy but NOT no_proxy.
as the result, operator needs to set/unset proxy according to the target clusters.
it is somewhat bothering task because kubectl supports both proxy and no_proxy environment variables.
Describe the solution you'd like to see:
add 'no_proxy' handling in stream/ws_client.py and support no_proxy just like kubectl.
sample value of no_proxy is below:
related to kubernetes-client/python#1578
What is the feature and why do you need it:
current kubernetes-client/python(-base) support parameter for proxy but NOT no_proxy.
as the result, operator needs to set/unset proxy according to the target clusters.
it is somewhat bothering task because kubectl supports both proxy and no_proxy environment variables.
Describe the solution you'd like to see:
add 'no_proxy' handling in stream/ws_client.py and support no_proxy just like kubectl.
sample value of no_proxy is below:
the above format (including CIDR) is supported by requests.utils.should_bypass_proxies, and it maybe the same as no_proxy environment variable.
The text was updated successfully, but these errors were encountered: