Skip to content

Commit 82e9789

Browse files
authored
Merge pull request #58633 from xenolinux/osdk-cleanup
OCPBUGS#11526: Add a step for deleting the CR
2 parents f55f5bc + 98fc377 commit 82e9789

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

modules/osdk-quickstart.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,15 @@ I0205 17:48:45.881666 7 leaderelection.go:253] successfully acquired lease
215215
----
216216
endif::[]
217217

218+
. *Delete a CR*
219+
+
220+
Delete a CR by running the following command:
221+
+
222+
[source,terminal]
223+
----
224+
$ oc delete -f config/samples/cache_v1_memcached.yaml -n memcached-operator-system
225+
----
226+
218227
. *Clean up.*
219228
+
220229
Run the following command to clean up the resources that have been created as part of this procedure:

0 commit comments

Comments
 (0)