We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 746d9cd + 73c17b3 commit 414b3ecCopy full SHA for 414b3ec
modules/ossm-remove-cleanup.adoc
@@ -40,11 +40,24 @@ $ oc delete mutatingwebhookconfigurations/openshift-operators.servicemesh-resour
40
$ oc delete svc maistra-admission-controller -n openshift-operators
41
----
42
+
43
+--
44
+Delete the daemonset
45
46
+* For {SMProductName} version 2.1.x and earlier
47
++
48
[source,terminal]
49
50
$ oc delete -n openshift-operators daemonset/istio-node
51
52
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
61
62
63
$ oc delete clusterrole/istio-admin clusterrole/istio-cni clusterrolebinding/istio-cni
0 commit comments