Преглед изворни кода

Merge pull request #1320 from jonboulle/proxy_doc

doc: add note about discovery proxy
Jonathan Boulle пре 11 година
родитељ
комит
67368ac7fa
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      Documentation/0.5/clustering.md

+ 2 - 0
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
 This will cause each machine to register itself with the etcd service and begin
 the cluster once all machines have been registered.
 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
 ### Error and Warning Cases
 
 
 #### Discovery Server Errors
 #### Discovery Server Errors