question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

http/https proxy ENV in helm chart

See original GitHub issue

currently 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:closed
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Apr 26, 2018

@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:

  1. Add http_proxy, https_proxy and no_proxy to Che server, Keycloak and workspace containers.
  2. Add JVM args for Che server and workspace agent.
0reactions
ghostcommented, Jul 25, 2018
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found