Skip to content

Commit 0917153

Browse files
committed
TELCODOCS-2051 NUMA-aware scheduling: clarify the operator configuration
1 parent 139a41c commit 0917153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cnf-creating-nrop-cr.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
pools.operator.machineconfiguration.openshift.io/worker: "" <1>
3434
----
3535
+
36-
<1> This should match the `MachineConfigPool` that you want to configure the NUMA Resources Operator on. For example, you might have created a `MachineConfigPool` named `worker-cnf` that designates a set of nodes expected to run telecommunications workloads.
36+
<1> This must match the `MachineConfigPool` resource that you want to configure the NUMA Resources Operator on. For example, you might have created a `MachineConfigPool` resource named `worker-cnf` that designates a set of nodes expected to run telecommunications workloads. Each `NodeGroup` must match exactly one `MachineConfigPool`. Configurations where `NodeGroup` matches more than one `MachineConfigPool` are not supported.
3737

3838
.. Create the `NUMAResourcesOperator` CR by running the following command:
3939
+

0 commit comments

Comments
 (0)