mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
BZ1936838: Adds localvolumeset and localvolumediscovery
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
7d4d52ac86
commit
e1237b0721
@@ -20,11 +20,13 @@ there might be indeterminate behavior if the Operator is uninstalled and reinsta
|
||||
|
||||
.Procedure
|
||||
|
||||
. Delete any local volume resources in the project:
|
||||
. Delete any local volume resources installed in the project, such as `localvolume`, `localvolumeset`, and `localvolumediscovery`:
|
||||
+
|
||||
[source,terminal]
|
||||
----
|
||||
$ oc delete localvolume --all --all-namespaces
|
||||
$ oc delete localvolumeset --all --all-namespaces
|
||||
$ oc delete localvolumediscovery --all --all-namespaces
|
||||
----
|
||||
|
||||
. Uninstall the Local Storage Operator from the web console.
|
||||
|
||||
Reference in New Issue
Block a user