1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

TELCODOCS-2051 NUMA-aware scheduling: clarify the operator configuration

This commit is contained in:
Kevin Quinn
2025-02-04 15:12:12 +00:00
committed by openshift-cherrypick-robot
parent 767a8365a3
commit 2f4a258f71

View File

@@ -33,7 +33,7 @@ spec:
pools.operator.machineconfiguration.openshift.io/worker: "" <1>
----
+
<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.
<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.
.. Create the `NUMAResourcesOperator` CR by running the following command:
+