From 2af0b2031f4e67db1e9f7b2f6fb90c611af81275 Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Thu, 16 Oct 2014 17:14:38 -0700 Subject: [PATCH] doc: add note about discovery proxy --- Documentation/0.5/clustering.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/0.5/clustering.md b/Documentation/0.5/clustering.md index 5e459adbd..8b49bc779 100644 --- a/Documentation/0.5/clustering.md +++ b/Documentation/0.5/clustering.md @@ -121,6 +121,8 @@ $ etcd -name infra2 -advertise-peer-urls http://10.0.1.12:2379 -discovery https: This will cause each machine to register itself with the etcd service and begin the cluster once all machines have been registered. +You can use the environment variable `ETCD_DISCOVERY_PROXY` to cause etcd to use an HTTP proxy to connect to the discovery service. + ### Error and Warning Cases #### Discovery Server Errors