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
Add proxy support to Kubernetes client configuration in get_client
This update modifies the get_client function to support
setting a proxy for the Kubernetes client configuration.
The client_configuration argument is introduced to allow
passing a client.Configuration object directly, and if not
provided, it defaults to creating a new configuration instance.
Additionally, if the HTTPS_PROXY or HTTP_PROXY environment
variables are set, the proxy is applied to the Kubernetes
client configuration.
This enhancement enables easier integration of Kubernetes
client setup when working behind a proxy.
Signed-off-by: Shahaf Bahar <[email protected]>
0 commit comments