Skip to content

Commit 52bb695

Browse files
committed
Implemented peer review suggestions
1 parent 9161971 commit 52bb695

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/ztp-removing-content-from-managed-clusters.adoc

+4-1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ $ oc --namespace=default patch clustergroupupgrade.ran.openshift.io/cgu-remove \
104104
$ oc get <changed_cr>
105105
----
106106

107+
+
107108
.Example output
108109
[source,terminal]
109110
----
@@ -112,15 +113,17 @@ default cgu-ztp-group.group-du-sno-config-policy enforce
112113
default ztp-group.group-du-sno-config-policy inform NonCompliant 15h
113114
----
114115

116+
+
115117
When the `COMPLIANCE STATE` of the policy is `Compliant`, it means that the CR is updated and the unwanted content is removed.
116118

117119
.Verification
118120

119-
. Check that the policies are removed from the targeted clusters by running the following command on the managed clusters:
121+
* Check that the policies are removed from the targeted clusters by running the following command on the managed clusters:
120122
+
121123
[source,terminal]
122124
----
123125
$ oc get <changed_cr>
124126
----
125127
128+
+
126129
If there are no results, the CR is removed from the managed cluster.

0 commit comments

Comments
 (0)