Parcourir la source

Merge pull request #8055 from gyuho/aaa

Documentation/op-guide: fix markdown highlight syntax
Gyu-Ho Lee il y a 8 ans
Parent
commit
eb3622942b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Documentation/op-guide/clustering.md

+ 1 - 1
Documentation/op-guide/clustering.md

@@ -281,7 +281,7 @@ ETCD_DISCOVERY=https://discovery.etcd.io/3e86b59982e49066c5d813af1c2e2579cbf573d
 --discovery https://discovery.etcd.io/3e86b59982e49066c5d813af1c2e2579cbf573de
 --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:
 Now we start etcd with those relevant flags for each member: