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

using HTTP_PROXY, HTTPS_PROXY and NO_PROXY env vars when needed
This commit is contained in:
Christopher "Chief" Najewicz 2017-10-17 19:05:44 -04:00 committed by James Phillips
parent b3292d13fb
commit 0b710b4a7a
1 changed files with 4 additions and 0 deletions

View File

@ -265,6 +265,10 @@ will exit with an error at startup.
combined with static IP or DNS addresses or even multiple configurations
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
provider.