Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ export const CreateOCSServiceForm: React.FC<CreateOCSServiceFormProps> = (props)
<div className="form-group co-create-route__name">
<label htmlFor="select-node-help">Select Nodes</label>
<p className="co-m-pane__explanation">
A minimum of 3 nodes needs to be labeled with{' '}
<code>cluster.ocs.openshift.io/openshift-storage=&quot;&quot;</code> in order to create
the OCS Service.
Selected nodes will be labeled with
<code>cluster.ocs.openshift.io/openshift-storage=&quot;&quot;</code> to create the OCS
Service. These nodes will also be tainted with
<code>node.ocs.openshift.io/storage=true:NoSchedule</code> 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.
</p>
<Alert
className="co-alert"
Expand Down