Skip to content

Commit ea17f5b

Browse files
committed
OCPBUGS-41915 lack of explanation regarding numaresources-operator for disconnected environments
1 parent 6138b69 commit ea17f5b

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
[id="cnf-deploying-the-numa-aware-scheduler_{context}"]
77
= Deploying the NUMA-aware secondary pod scheduler
88

9-
After you install the NUMA Resources Operator, do the following to deploy the NUMA-aware secondary pod scheduler:
9+
After you install the NUMA Resources Operator, follow this procedure to deploy the NUMA-aware secondary pod scheduler.
1010

1111
.Procedure
12-
1312
. Create the `NUMAResourcesScheduler` custom resource that deploys the NUMA-aware custom pod scheduler:
1413

1514
.. Save the following minimal required YAML in the `nro-scheduler.yaml` file:
@@ -21,8 +20,14 @@ kind: NUMAResourcesScheduler
2120
metadata:
2221
name: numaresourcesscheduler
2322
spec:
24-
imageSpec: "registry.redhat.io/openshift4/noderesourcetopology-scheduler-rhel9:v{product-version}"
23+
imageSpec: "registry.redhat.io/openshift4/noderesourcetopology-scheduler-rhel9:v{product-version}" <1>
2524
----
25+
+
26+
<1> In a disconnected environment, make sure to configure the resolution of this image by either:
27+
28+
* Creating an `ImageTagMirrorSet` custom resource (CR). For more information, see "Configuring image registry repository mirroring" in the "Additional resources" section.
29+
30+
* Setting the URL to the disconnected registry.
2631
2732
.. Create the `NUMAResourcesScheduler` CR by running the following command:
2833
+

scalability_and_performance/cnf-numa-aware-scheduling.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ include::modules/cnf-configuring-single-numa-policy.adoc[leveloffset=+2]
3737

3838
.Additional resources
3939

40+
* xref:../disconnected/updating/disconnected-update.adoc#images-configuration-registry-mirror-configuring_updating-disconnected-cluster[Configuring image registry repository mirroring]
41+
4042
* xref:../scalability_and_performance/low_latency_tuning/cnf-tuning-low-latency-nodes-with-perf-profile.adoc#cnf-about-the-profile-creator-tool_cnf-low-latency-perf-profile[About the Performance Profile Creator]
4143

4244
include::modules/cnf-sample-single-numa-policy-from-pp.adoc[leveloffset=+2]

0 commit comments

Comments
 (0)