From 82d421f82a816263043bc5029bbadbc510511451 Mon Sep 17 00:00:00 2001 From: XsWack Date: Fri, 18 Aug 2017 04:51:02 +0800 Subject: [PATCH] Update index.md (#4988) format the command line --- docs/admin/high-availability/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/admin/high-availability/index.md b/docs/admin/high-availability/index.md index 841f52b7d7..d06068d58f 100644 --- a/docs/admin/high-availability/index.md +++ b/docs/admin/high-availability/index.md @@ -99,6 +99,7 @@ for `${NODE_IP}` on each machine. #### Validating your cluster Once you copy this into all three nodes, you should have a clustered etcd set up. You can validate on master with + ```shell kubectl exec < pod_name > etcdctl member list ```