Skip to content

Commit 3b690d0

Browse files
authored
Merge pull request #45826 from rh-tokeefe/OSSMDOC-594
OSSMDOC-594: update remove SMCP procedure to include SMRR
2 parents 7cdb884 + ae4a287 commit 3b690d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/ossm-control-plane-remove.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ You can remove the {SMProductName} control plane by using the CLI. In this exam
3939

4040
. Log in to the {product-title} CLI.
4141

42+
. Run the following command to delete the `ServiceMeshMemberRoll` resource.
43+
+
44+
[source,terminal]
45+
----
46+
$ oc delete smmr -n istio-system default
47+
----
48+
4249
. Run this command to retrieve the name of the installed `ServiceMeshControlPlane`:
4350
+
4451
[source,terminal]

0 commit comments

Comments
 (0)