diff --git a/docs/setup/independent/high-availability.md b/docs/setup/independent/high-availability.md index e651a6e98ca71..f246182b3536e 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: