Correct naming (#7656)

it's confusing to have etcd1 twice, rename it to etcd0, etcd1, etcd2.
This commit is contained in:
Dusan Susic
2018-03-06 19:23:52 +01:00
committed by k8s-ci-robot
parent 51e588c629
commit 9f2499294c
+1 -1
View File
@@ -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://<etcd0-ip-address>:2380,etcd1=https://<etcd1-ip-address>:2380,etcd1=https://<etcd2-ip-address>:2380 \
- --initial-cluster etcd0=https://<etcd0-ip-address>:2380,etcd1=https://<etcd1-ip-address>:2380,etcd2=https://<etcd2-ip-address>:2380 \
- --initial-cluster-token my-etcd-token \
- --initial-cluster-state new
image: gcr.io/google_containers/etcd-amd64:3.1.0