http/https proxy ENV in helm chart
See original GitHub issuecurrently it looks like there’s no way to apply proxy settings, or additional env vars in general to the deployment.
simple things like:
command: ["sh", "-c", "apk --no-cache add curl....
will fail in a cluster that does not have direct internet access
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Setup proxy for helm install charts · Issue #10065 - GitHub
I was using helm3 to install charts where the repo is from https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner, ...
Read more >Set proxy as an environment variable in Helm 3 - Stack Overflow
Way 2. export the variable and use it while running helm install . Before that, you have to modify your chart so that...
Read more >HTTP Proxy Configuration | Rancher Manager
Please use the Rancher Helm chart to install Rancher on a Kubernetes cluster. For details, see the Kubernetes Install .
Read more >Document how to install Helm on Kubernetes behind a proxy
If a Kubernetes cluster is created behind a proxy and user attempts to install Helm, it will result in the following error:.
Read more >Configure HTTP Proxy - D2iQ Docs
You can use this to mutate the Pod resources with HTTP_PROXY , HTTPS_PROXY and NO_PROXY environment variables. Create/Update the chart configuration values.yaml ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@bcg62 yes, currently OpenShift and Kubernetes infras lack this feature.
@skabashnyuk I label this as a bug, since OpenShift/K8S cluster behind a proxy will be a common use case. While Docker infra implementation handles it OK, we should think of doing the same in OpenShift/K8S:
Will be fixed by https://github.com/eclipse/che/pull/10387