Skip to content

Commit 414b3ec

Browse files
authored
Merge pull request #46802 from rh-tokeefe/OSSMDOC-574
OSSMDOC-574: updated syntax to reflect istio-node changed to istio-cn…
2 parents 746d9cd + 73c17b3 commit 414b3ec

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

modules/ossm-remove-cleanup.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,24 @@ $ oc delete mutatingwebhookconfigurations/openshift-operators.servicemesh-resour
4040
$ oc delete svc maistra-admission-controller -n openshift-operators
4141
----
4242
+
43+
--
44+
Delete the daemonset
45+
46+
* For {SMProductName} version 2.1.x and earlier
47+
+
4348
[source,terminal]
4449
----
4550
$ oc delete -n openshift-operators daemonset/istio-node
4651
----
4752
+
53+
* For {SMProductName} version 2.2.0 and later
54+
+
55+
[source,terminal]
56+
----
57+
$ oc delete -n openshift-operators daemonset/istio-cni-node
58+
----
59+
--
60+
+
4861
[source,terminal]
4962
----
5063
$ oc delete clusterrole/istio-admin clusterrole/istio-cni clusterrolebinding/istio-cni

0 commit comments

Comments
 (0)