1
0
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:
Darshan Nagaraj
2022-02-21 19:50:43 +05:30
committed by openshift-cherrypick-robot
parent 7d4d52ac86
commit e1237b0721

View File

@@ -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.