You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
68
65
+
69
66
[source,terminal]
70
67
----
71
-
$ oc delete managedcluster <cluster_name>
68
+
$ oc delete namespace <cluster_name>
72
69
----
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.
73
72
74
73
.. Recreate the custom resources for the managed cluster.
0 commit comments