From 9dfade5641a43ce7ce2f9157156150e51b7b52d2 Mon Sep 17 00:00:00 2001 From: Baargav <baargavrag@gmail.com> Date: Tue, 24 Aug 2021 05:43:14 -0400 Subject: [PATCH] Update nodes.md (#7902) --- docs/nodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nodes.md b/docs/nodes.md index 56e67bea3..a521a4d17 100644 --- a/docs/nodes.md +++ b/docs/nodes.md @@ -151,7 +151,7 @@ At this point, you will have an even number of nodes. Everything should still be working, and you should only have problems if the cluster decides to elect a new etcd leader before you remove a node. Even so, running applications should continue to be available. -If you add multiple ectd nodes with one run, you might want to append `-e etcd_retries=10` to increase the amount of retries between each ectd node join. +If you add multiple etcd nodes with one run, you might want to append `-e etcd_retries=10` to increase the amount of retries between each etcd node join. Otherwise the etcd cluster might still be processing the first join and fail on subsequent nodes. `etcd_retries=10` might work to join 3 new nodes. ### 2) Add the new node to apiserver config -- GitLab