From e8d90f5c5d69260e01201d6ae5df8286db82609d Mon Sep 17 00:00:00 2001 From: Laura Hinson Date: Tue, 23 Jul 2024 14:12:44 -0400 Subject: [PATCH] Update etcd recovery procedure --- modules/dr-restoring-cluster-state.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dr-restoring-cluster-state.adoc b/modules/dr-restoring-cluster-state.adoc index 83ebd8d756..c09f14c8e7 100644 --- a/modules/dr-restoring-cluster-state.adoc +++ b/modules/dr-restoring-cluster-state.adoc @@ -760,7 +760,7 @@ etcd-ip-10-0-154-194.ec2.internal 2/2 Running 0 etcd-ip-10-0-173-171.ec2.internal 2/2 Running 0 9h ---- -To ensure that all workloads return to normal operation following a recovery procedure, restart each pod that stores `kube-apiserver` information. This includes {product-title} components such as routers, Operators, and third-party components. +To ensure that all workloads return to normal operation following a recovery procedure, restart all control plane nodes. [NOTE] ====