-
Notifications
You must be signed in to change notification settings - Fork 31
HOLD FOR RELEASE: EC respects env vars for proxy installs #3212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for replicated-docs-upgrade ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for replicated-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
| @@ -0,0 +1 @@ | |||
| Embedded Cluster 2.4.0 and later also respects the `http_proxy`, `https_proxy`, and `no_proxy` environment variables for installing behind a proxy. When set, the `--http-proxy`, `--https-proxy`, `--no-proxy` flags take precedence over environment variables. Additionally, lowercase environment variables (`http_proxy`) take precedence over uppercase (`HTTP_PROXY`). No newline at end of file | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Embedded Cluster 2.4.0 and later
Made a guess at the version where these env vars are respected
ajp-io
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ajp-io Yeah I thought about that...I went with leaving it as is since the flags are the actual EC feature/replicated-specific approach (and since they'd take precedence). I could add a "proxy install using env vars" example too though if you think that would be helpful for people to see |
https://deploy-preview-3212--replicated-docs-upgrade.netlify.app/reference/embedded-cluster-install#flags