diff --git a/frontend/packages/ceph-storage-plugin/src/components/ocs-install/create-form.tsx b/frontend/packages/ceph-storage-plugin/src/components/ocs-install/create-form.tsx index cc2fd5c40ad..3d95ed0c732 100644 --- a/frontend/packages/ceph-storage-plugin/src/components/ocs-install/create-form.tsx +++ b/frontend/packages/ceph-storage-plugin/src/components/ocs-install/create-form.tsx @@ -24,9 +24,12 @@ export const CreateOCSServiceForm: React.FC = (props)

- A minimum of 3 nodes needs to be labeled with{' '} - cluster.ocs.openshift.io/openshift-storage="" in order to create - the OCS Service. + Selected nodes will be labeled with + cluster.ocs.openshift.io/openshift-storage="" to create the OCS + Service. These nodes will also be tainted with + node.ocs.openshift.io/storage=true:NoSchedule to dedicate these nodes to + allow only OCS components to be scheduled on them. Note: Ensure you have additional + worker nodes that are not tainted to run other workloads in your OpenShift cluster.