From fb40d1c4970d9d8797faf7b8d66aa500999eb9a6 Mon Sep 17 00:00:00 2001 From: Dusan Susic Date: Thu, 8 Mar 2018 11:25:08 +0100 Subject: [PATCH 1/2] Naming clarification It isn't mentioned that this is crucial to get etcd working. --- docs/setup/independent/high-availability.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup/independent/high-availability.md b/docs/setup/independent/high-availability.md index e651a6e98ca71..9ebe3678f92f7 100644 --- a/docs/setup/independent/high-availability.md +++ b/docs/setup/independent/high-availability.md @@ -273,7 +273,7 @@ Please select one of the tabs to see installation instructions for the respectiv --peer-key-file=/etc/kubernetes/pki/etcd/peer-key.pem \ --peer-client-cert-auth \ --peer-trusted-ca-file=/etc/kubernetes/pki/etcd/ca.pem \ - --initial-cluster etcd0=https://:2380,etcd1=https://:2380,etcd2=https://:2380 \ + --initial-cluster =https://:2380,=https://:2380,=https://:2380 \ --initial-cluster-token my-etcd-token \ --initial-cluster-state new @@ -282,7 +282,7 @@ Please select one of the tabs to see installation instructions for the respectiv EOF ``` - Make sure you replace ``, `` and `` with the appropriate IPv4 addresses. + Make sure you replace ``, `` and `` with the appropriate IPv4 addresses. Also, make sure that you changed ``, `` and `` with real hostnames of each machine and that these machines are able to reach each other using DNS or add records to `/etc/hosts`. 1. Finally, launch etcd like so: From b0c3b0843d5bc22271f5c9b434c4d7ce01e7a352 Mon Sep 17 00:00:00 2001 From: Dusan Susic Date: Mon, 12 Mar 2018 22:56:13 +0100 Subject: [PATCH 2/2] Update high-availability.md --- docs/setup/independent/high-availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/independent/high-availability.md b/docs/setup/independent/high-availability.md index 9ebe3678f92f7..f246182b3536e 100644 --- a/docs/setup/independent/high-availability.md +++ b/docs/setup/independent/high-availability.md @@ -282,7 +282,7 @@ Please select one of the tabs to see installation instructions for the respectiv EOF ``` - Make sure you replace ``, `` and `` with the appropriate IPv4 addresses. Also, make sure that you changed ``, `` and `` with real hostnames of each machine and that these machines are able to reach each other using DNS or add records to `/etc/hosts`. + Make sure you replace ``, `` and `` with the appropriate IPv4 addresses. Also, make sure that you replace ``, `` and `` with real hostnames of each machine. These machines must be able to reach every other using DNS or make sure that records are added to `/etc/hosts`. 1. Finally, launch etcd like so: