From 56912fae73311ec5b454091dced1a46b041fd39c Mon Sep 17 00:00:00 2001 From: Anand Sharma Date: Sat, 24 Feb 2018 14:51:23 -0500 Subject: [PATCH] Added link to the issue that fixed etcdctl call --- docs/07-bootstrapping-etcd.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/07-bootstrapping-etcd.md b/docs/07-bootstrapping-etcd.md index 8dcddd3..9e183ac 100644 --- a/docs/07-bootstrapping-etcd.md +++ b/docs/07-bootstrapping-etcd.md @@ -111,6 +111,7 @@ sudo systemctl start etcd ## Verification +[Source](https://github.com/kelseyhightower/kubernetes-the-hard-way/issues/220) In order to list the members of the etcd cluster from any of the controller hosts, add the following to the logged in user's `.bashrc` file: ```