From 2e29bea8feb719dc131cd7b85994904ba145b42b Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Mon, 13 Jun 2016 10:22:17 +0200 Subject: [PATCH] docs: Clustering.md: Switch command line and environment variables to reflect the order of examples right below --- Documentation/op-guide/clustering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/op-guide/clustering.md b/Documentation/op-guide/clustering.md index 385832b13..22ebc5cdc 100644 --- a/Documentation/op-guide/clustering.md +++ b/Documentation/op-guide/clustering.md @@ -22,7 +22,7 @@ Each of the bootstrapping mechanisms will be used to create a three machine etcd ## Static -As we know the cluster members, their addresses and the size of the cluster before starting, we can use an offline bootstrap configuration by setting the `initial-cluster` flag. Each machine will get either the following command line or environment variables: +As we know the cluster members, their addresses and the size of the cluster before starting, we can use an offline bootstrap configuration by setting the `initial-cluster` flag. Each machine will get either the following environment variables or command line: ``` ETCD_INITIAL_CLUSTER="infra0=http://10.0.1.10:2380,infra1=http://10.0.1.11:2380,infra2=http://10.0.1.12:2380"