From 9098f27745a3ca91efc37698129d9ce2c0d8850f Mon Sep 17 00:00:00 2001 From: Evgeny L Date: Thu, 2 Jun 2016 16:15:08 +0300 Subject: [PATCH] doc: fix header formatting --- Documentation/op-guide/clustering.md | 1 + Documentation/v2/clustering.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Documentation/op-guide/clustering.md b/Documentation/op-guide/clustering.md index 1c59d9a02..f3a1f636a 100644 --- a/Documentation/op-guide/clustering.md +++ b/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. diff --git a/Documentation/v2/clustering.md b/Documentation/v2/clustering.md index 6bd31e50d..73a75c0b6 100644 --- a/Documentation/v2/clustering.md +++ b/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.