From 8a1f0354bf95976a948da80501d2ac1cce1c5bfe Mon Sep 17 00:00:00 2001 From: Anand Sharma Date: Sat, 24 Feb 2018 14:52:02 -0500 Subject: [PATCH] Formatting changes --- 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 9e183ac..6eba8d0 100644 --- a/docs/07-bootstrapping-etcd.md +++ b/docs/07-bootstrapping-etcd.md @@ -112,6 +112,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: ```