From aaa9e1735a5d61210f37cdac9d5540177e48d636 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Wed, 7 Jun 2017 20:36:22 -0700 Subject: [PATCH] Documentation/op-guide: fix markdown highlight syntax Signed-off-by: Gyu-Ho Lee --- 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 e058b7979..efdd3aa26 100644 --- a/Documentation/op-guide/clustering.md +++ b/Documentation/op-guide/clustering.md @@ -281,7 +281,7 @@ ETCD_DISCOVERY=https://discovery.etcd.io/3e86b59982e49066c5d813af1c2e2579cbf573d --discovery https://discovery.etcd.io/3e86b59982e49066c5d813af1c2e2579cbf573de ``` -**Each member must have a different name flag specified or else discovery will fail due to duplicated names. `Hostname` or `machine-id` can be a good choice. ** +**Each member must have a different name flag specified or else discovery will fail due to duplicated names. `Hostname` or `machine-id` can be a good choice.** Now we start etcd with those relevant flags for each member: