godaddy / kubernetes-client

Simplified Kubernetes API client for Node.js.
MIT License
960 stars 192 forks source link

Is the proxy env variable is supported for the http exec method? #753

Open fredeynard opened 1 year ago

fredeynard commented 1 year ago

Hello I'm trying to execute the pod-exec.js example but It does not work. It seems that the https_proxy env variable is not taken into account. When I execute the pod-logs.js example, my variable is used and it works fine. Thanks in advance for your help