Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions modules/ossm-remove-cleanup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,24 @@ $ oc delete mutatingwebhookconfigurations/openshift-operators.servicemesh-resour
$ oc delete svc maistra-admission-controller -n openshift-operators
----
+
--
Delete the daemonset

* For {SMProductName} version 2.1.x and earlier
+
[source,terminal]
----
$ oc delete -n openshift-operators daemonset/istio-node
----
+
* For {SMProductName} version 2.2.0 and later
+
[source,terminal]
----
$ oc delete -n openshift-operators daemonset/istio-cni-node
----
--
+
[source,terminal]
----
$ oc delete clusterrole/istio-admin clusterrole/istio-cni clusterrolebinding/istio-cni
Expand Down