From 2876437db3b3fa4a1982e640e1a842a98ff3170e Mon Sep 17 00:00:00 2001 From: ATJP88 <93024157+ATJP88@users.noreply.github.com> Date: Sat, 25 Mar 2023 19:22:32 +0530 Subject: [PATCH] Update 07-bootstrapping-etcd.md --- docs/07-bootstrapping-etcd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/07-bootstrapping-etcd.md b/docs/07-bootstrapping-etcd.md index a9ad937..c8b8fb1 100644 --- a/docs/07-bootstrapping-etcd.md +++ b/docs/07-bootstrapping-etcd.md @@ -102,7 +102,7 @@ EOF sudo systemctl start etcd } ``` - +> Run the command in `controller-0`, if facing any error try it in `controller-1` and then try with `controller-0` > Remember to run the above commands on each controller node: `controller-0`, `controller-1`, and `controller-2`. ## Verification