浏览代码

Merge pull request #5538 from rustyrobot/fix-header-formatting

doc: fix header formatting
Xiang Li 9 年之前
父节点
当前提交
2b77e9a086
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      Documentation/op-guide/clustering.md
  2. 1 0
      Documentation/v2/clustering.md

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

@@ -380,6 +380,7 @@ infra0.example.com.  300  IN  A  10.0.1.10
 infra1.example.com.  300  IN  A  10.0.1.11
 infra2.example.com.  300  IN  A  10.0.1.12
 ```
+
 #### Bootstrap the etcd cluster using DNS
 
 etcd cluster members can listen on domain names or IP address, the bootstrap process will resolve DNS A records.

+ 1 - 0
Documentation/v2/clustering.md

@@ -309,6 +309,7 @@ infra0.example.com.  300  IN  A  10.0.1.10
 infra1.example.com.  300  IN  A  10.0.1.11
 infra2.example.com.  300  IN  A  10.0.1.12
 ```
+
 #### Bootstrap the etcd cluster using DNS
 
 etcd cluster members can listen on domain names or IP address, the bootstrap process will resolve DNS A records.