Skip to content

Commit b54ce9a

Browse files
authored
Merge pull request #40550 from slovern/BZ2026162
BZ2026162 -update step order for troubleshooting managedCluster
2 parents 2097dd7 + 0b240f4 commit b54ce9a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

modules/ztp-troubleshooting-the-managed-cluster.adoc

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Sno0026 agent-baremetal false
4646
+
4747
If the status in the `INSTALLED` column is `false`, the installation was unsuccessful.
4848

49-
. If the installation failed, enter the following command to review the status of the AgentClusterInstall resource:
49+
. If the installation failed, enter the following command to review the status of the `AgentClusterInstall` resource:
5050
+
5151
[source,terminal]
5252
----
@@ -55,20 +55,19 @@ $ oc describe agentclusterinstall -n <cluster_name> <cluster_name>
5555

5656
. Resolve the errors and reset the cluster:
5757

58-
.. Remove the cluster’s namespace:
58+
.. Remove the cluster’s managed cluster resource:
5959
+
6060
[source,terminal]
6161
----
62-
$ oc delete namespace <cluster_name>
62+
$ oc delete managedcluster <cluster_name>
6363
----
64-
+
65-
This deletes all of the namespace-scoped custom resources created for this cluster.
66-
67-
.. Remove the cluster’s managed cluster resource:
64+
.. Remove the cluster’s namespace:
6865
+
6966
[source,terminal]
7067
----
71-
$ oc delete managedcluster <cluster_name>
68+
$ oc delete namespace <cluster_name>
7269
----
70+
+
71+
This deletes all of the namespace-scoped custom resources created for this cluster. You must wait for the `ManagedCluster` CR deletion to complete before proceeding.
7372

7473
.. Recreate the custom resources for the managed cluster.

0 commit comments

Comments
 (0)