From 4ac258363735f8d35150e4dcd0213516fcdc83b9 Mon Sep 17 00:00:00 2001 From: Dusan Susic Date: Thu, 15 Mar 2018 21:40:23 +0100 Subject: [PATCH] Naming clarification (#7677) * Naming clarification It isn't mentioned that this is crucial to get etcd working. * Update high-availability.md --- 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 e651a6e98c..f246182b35 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 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: