Install Openshift Data Foundation (previously OpenShift Container Storage) storage class
Procedure
- In the web console, select Operators > OperatorHub.
- Scroll or type a keyword into the Filter by keyword box to search for OpenShift Container Storage Operator.
- Click Install on the OpenShift Container Storage Operator page.
- In the Install Operator page, these required options are selected by default:
- Update Channel: stable-4.7
- Installation Mode: A specific namespace on the cluster
- Installed Namespace Operator recommended namespace
openshift-storage
Note: If theopenshift-storage
namespace does not exist, it will be created during the operator installation. - Select Approval Strategy: Automatic or Manual
- Click Install.
To verify the installation, ensure that there is a green check mark in the Status column of the Openshift Data Foundation (previously OpenShift Container Storage) operator:
- To create the Openshift Data Foundation (previously OpenShift Container Storage) cluster, follow
the instructions in https://access.redhat.com/documentation/en-us/red_hat_openshift_container_storage/4.6/html/deploying_openshift_container_storage_using_microsoft_azure_and_azure_red_hat_openshift/deploying-openshift-container-storage-on-azure-red-hat-openshift_azuree
Select only those worker nodes on which you don’t want to run Db2®. Select at least 3 worker nodes.
To verify that the storage class is installed, issue the
oc get sc
command. The output should be similar to:NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE managed-premium (default) kubernetes.io/azure-disk Delete WaitForFirstConsumer true 3d18h ocs-storagecluster-ceph-rbd openshift-storage.rbd.csi.ceph.com Delete Immediate true 3d ocs-storagecluster-cephfs openshift-storage.cephfs.csi.ceph.com Delete Immediate true 3d openshift-storage.noobaa.io openshift-storage.noobaa.io/obc Delete Immediate false 3d