diff --git a/modules/persistent-storage-local-uninstall-operator.adoc b/modules/persistent-storage-local-uninstall-operator.adoc index 7100bcea08..6fcae746be 100644 --- a/modules/persistent-storage-local-uninstall-operator.adoc +++ b/modules/persistent-storage-local-uninstall-operator.adoc @@ -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.