Skip to content

Commit 45a6a4e

Browse files
authored
Merge pull request #69688 from kquinn1204/OCPBUGS-25811-415
2 parents aeb9937 + 3f7be5b commit 45a6a4e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/cnf-deploying-the-numa-aware-scheduler.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
After you install the NUMA Resources Operator, do the following to deploy the NUMA-aware secondary pod scheduler:
1010

11-
* Configure the performance profile.
11+
* Configure the performance profile.
1212
1313
* Deploy the NUMA-aware secondary scheduler.
1414
@@ -36,8 +36,8 @@ metadata:
3636
name: perfprof-nrop
3737
spec:
3838
cpu: <1>
39-
isolated: "4-51,56-103"
40-
reserved: "0,1,2,3,52,53,54,55"
39+
isolated: "4-51,56-103"
40+
reserved: "0,1,2,3,52,53,54,55"
4141
nodeSelector:
4242
node-role.kubernetes.io/worker: ""
4343
numa:
@@ -69,8 +69,8 @@ kind: NUMAResourcesScheduler
6969
metadata:
7070
name: numaresourcesscheduler
7171
spec:
72-
imageSpec: "registry.redhat.io/openshift4/noderesourcetopology-scheduler-container-rhel8:v{product-version}"
73-
cacheResyncPeriod: "5s" <1>
72+
imageSpec: "registry.redhat.io/openshift4/noderesourcetopology-scheduler-rhel9:v{product-version}"
73+
cacheResyncPeriod: "5s" <1>
7474
----
7575
<1> Enter an interval value in seconds for synchronization of the scheduler cache. A value of `5s` is typical for most implementations.
7676
+

0 commit comments

Comments
 (0)