From 972ef3c92e4056d7318b3d06d40444216cd523c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Barbeira?= Date: Wed, 14 Dec 2016 18:51:30 +0100 Subject: [PATCH] op-guide/clustering: fix typo --- Documentation/op-guide/clustering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/op-guide/clustering.md b/Documentation/op-guide/clustering.md index 4e3d46fff..54add5089 100644 --- a/Documentation/op-guide/clustering.md +++ b/Documentation/op-guide/clustering.md @@ -83,7 +83,7 @@ A cluster using self-signed certificates both encrypts traffic and authenticates On each machine, etcd would be started with these flags: ``` -$ etcd --name infra0 --initial-advertise-peer-urls http://10.0.1.10:2380 \ +$ etcd --name infra0 --initial-advertise-peer-urls https://10.0.1.10:2380 \ --listen-peer-urls https://10.0.1.10:2380 \ --listen-client-urls https://10.0.1.10:2379,https://127.0.0.1:2379 \ --advertise-client-urls https://10.0.1.10:2379 \