ocp4: add step to label node for ODF
This commit is contained in:
parent
24af45c64e
commit
cd836eed90
1 changed files with 7 additions and 1 deletions
|
@ -85,7 +85,13 @@ spec:
|
|||
+
|
||||
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:
|
||||
For best results, only perform this step once, and after all nodes have been added to the cluster.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue