Skip to content

Commit 3449537

Browse files
authored
Merge pull request #90653 from prithvipatil97/patch-43
[new]Three different command mentioned in single block under "Uninstalling the Local Storage Operator
2 parents f9922a1 + 7a73ff7 commit 3449537

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

modules/persistent-storage-local-uninstall-operator.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,20 @@ there might be indeterminate behavior if the Operator is uninstalled and reinsta
2020
2121
.Procedure
2222

23-
. Delete any local volume resources installed in the project, such as `localvolume`, `localvolumeset`, and `localvolumediscovery`:
23+
. Delete any local volume resources installed in the project, such as `localvolume`, `localvolumeset`, and `localvolumediscovery` by running the following commands:
2424
+
2525
[source,terminal]
2626
----
2727
$ oc delete localvolume --all --all-namespaces
28+
----
29+
+
30+
[source,terminal]
31+
----
2832
$ oc delete localvolumeset --all --all-namespaces
33+
----
34+
+
35+
[source,terminal]
36+
----
2937
$ oc delete localvolumediscovery --all --all-namespaces
3038
----
3139

@@ -50,7 +58,7 @@ $ oc delete localvolumediscovery --all --all-namespaces
5058
$ oc delete pv <pv-name>
5159
----
5260

53-
. Delete the `openshift-local-storage` project:
61+
. Delete the `openshift-local-storage` project by running the following command:
5462
+
5563
[source,terminal]
5664
----

0 commit comments

Comments
 (0)