mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Merge pull request #69689 from openshift-cherrypick-robot/cherry-pick-69688-to-enterprise-4.15
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
After you install the NUMA Resources Operator, do the following to deploy the NUMA-aware secondary pod scheduler:
|
||||
|
||||
* Configure the performance profile.
|
||||
* Configure the performance profile.
|
||||
|
||||
* Deploy the NUMA-aware secondary scheduler.
|
||||
|
||||
@@ -36,8 +36,8 @@ metadata:
|
||||
name: perfprof-nrop
|
||||
spec:
|
||||
cpu: <1>
|
||||
isolated: "4-51,56-103"
|
||||
reserved: "0,1,2,3,52,53,54,55"
|
||||
isolated: "4-51,56-103"
|
||||
reserved: "0,1,2,3,52,53,54,55"
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/worker: ""
|
||||
numa:
|
||||
@@ -69,8 +69,8 @@ kind: NUMAResourcesScheduler
|
||||
metadata:
|
||||
name: numaresourcesscheduler
|
||||
spec:
|
||||
imageSpec: "registry.redhat.io/openshift4/noderesourcetopology-scheduler-container-rhel8:v{product-version}"
|
||||
cacheResyncPeriod: "5s" <1>
|
||||
imageSpec: "registry.redhat.io/openshift4/noderesourcetopology-scheduler-rhel9:v{product-version}"
|
||||
cacheResyncPeriod: "5s" <1>
|
||||
----
|
||||
<1> Enter an interval value in seconds for synchronization of the scheduler cache. A value of `5s` is typical for most implementations.
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user