From 9f2499294c548018135fc641be353cc569ffe372 Mon Sep 17 00:00:00 2001 From: Dusan Susic Date: Tue, 6 Mar 2018 19:23:52 +0100 Subject: [PATCH] Correct naming (#7656) it's confusing to have etcd1 twice, rename it to etcd0, etcd1, etcd2. --- 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 1d5df35ccf..e651a6e98c 100644 --- a/docs/setup/independent/high-availability.md +++ b/docs/setup/independent/high-availability.md @@ -331,7 +331,7 @@ Please select one of the tabs to see installation instructions for the respectiv - --peer-key-file=/certs/peer-key.pem \ - --peer-client-cert-auth \ - --peer-trusted-ca-file=/certs/ca.pem \ - - --initial-cluster etcd0=https://:2380,etcd1=https://:2380,etcd1=https://:2380 \ + - --initial-cluster etcd0=https://:2380,etcd1=https://:2380,etcd2=https://:2380 \ - --initial-cluster-token my-etcd-token \ - --initial-cluster-state new image: gcr.io/google_containers/etcd-amd64:3.1.0