Skip to content

Commit 6a519eb

Browse files
authored
Merge pull request #34127 from kalexand-rh/BZ1941060
BZ1941060: adding explicit admin login command
2 parents 86c54da + d731dae commit 6a519eb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/dr-restoring-cluster-state.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,14 @@ etcd-ip-10-0-143-125.ec2.internal 1/1 Running 1
185185
+
186186
If the status is `Pending`, or the output lists more than one running etcd pod, wait a few minutes and check again.
187187

188+
. In a separate terminal window, log in to the cluster as a user with the `cluster-admin` role by using the following command:
189+
+
190+
[source,terminal]
191+
----
192+
# oc login -u <cluster-admin> <1>
193+
----
194+
<1> For `<cluster-admin>`, specify a user name with the `cluster-admin` role.
195+
188196
. Force etcd redeployment.
189197
+
190198
In a terminal that has access to the cluster as a `cluster-admin` user, run the following command:

0 commit comments

Comments
 (0)