From 49c158101e12c70d0eff39265cd771c7ba5f4337 Mon Sep 17 00:00:00 2001 From: Laura Hinson Date: Mon, 11 Sep 2023 10:01:21 -0400 Subject: [PATCH] Minor update to etcd recovery docs for hosted control planes --- modules/hosted-cluster-etcd-status.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosted-cluster-etcd-status.adoc b/modules/hosted-cluster-etcd-status.adoc index 19c5c326c653..56481103279e 100644 --- a/modules/hosted-cluster-etcd-status.adoc +++ b/modules/hosted-cluster-etcd-status.adoc @@ -14,7 +14,7 @@ To check the status of your hosted cluster, complete the following steps. + [source,terminal] ---- -$ oc rsh etcd-0 +$ oc rsh -n -c etcd etcd-0 ---- . Set up the etcdctl environment by entering the following commands: