Update docs for retry_join cloud discovery to include snippet around (#3577)

using HTTP_PROXY, HTTPS_PROXY and NO_PROXY env vars when needed
pull/3584/head
Christopher "Chief" Najewicz 7 years ago committed by James Phillips
parent b3292d13fb
commit 0b710b4a7a

@ -265,6 +265,10 @@ will exit with an error at startup.
combined with static IP or DNS addresses or even multiple configurations combined with static IP or DNS addresses or even multiple configurations
for different providers. for different providers.
In order to use discovery behind a proxy, you will need to set
`HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` environment variables per
[Golang `net/http` library](https://golang.org/pkg/net/http/#ProxyFromEnvironment).
The following sections give the options specific to each supported cloud The following sections give the options specific to each supported cloud
provider. provider.

Loading…
Cancel
Save