ocp4: add step to label node for ODF

This commit is contained in:
Francois Andrieu 2022-04-07 18:56:41 +00:00 committed by zlopez
parent 24af45c64e
commit cd836eed90

View file

@ -85,7 +85,13 @@ spec:
+ +
Write and save the change. Write and save the change.
4. From the Openshift Web console visit `Storage, OpenShift Data Foundation`, then in the `Storage Systems` sub menu, click the 3 dot menu on the right beside the `ocs-storagecluster-storage` object. Choose `Add Capacity` option. From the popup menu that appears, ensure that the storage class `local-block` is selected in the list. Finally confirm with add. 4. Add the `cluster.ocs.openshift.io/openshift-storage` label to the new node:
+
----
oc label no worker05.ocp.iad2.fedoraproject.org cluster.ocs.openshift.io/openshift-storage=''
----
5. From the Openshift Web console visit `Storage, OpenShift Data Foundation`, then in the `Storage Systems` sub menu, click the 3 dot menu on the right beside the `ocs-storagecluster-storage` object. Choose `Add Capacity` option. From the popup menu that appears, ensure that the storage class `local-block` is selected in the list. Finally confirm with add.
.Note: .Note:
For best results, only perform this step once, and after all nodes have been added to the cluster. For best results, only perform this step once, and after all nodes have been added to the cluster.