Skip to content

Commit 33cd598

Browse files
committed
OCPBUGS-41915 lack of explanation regarding numaresources-operator for disconnected environments
1 parent d855388 commit 33cd598

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-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 installing the NUMA Resources Operator, deploy the NUMA-aware secondary pod scheduler to optimize pod placement for improved performance and reduced latency in NUMA-based systems.
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 completing one of the following actions:
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ include::modules/cnf-creating-nrop-cr.adoc[leveloffset=+2]
3333

3434
include::modules/cnf-deploying-the-numa-aware-scheduler.adoc[leveloffset=+2]
3535

36+
.Additional resources
37+
38+
* xref:../updating/updating_a_cluster/updating_disconnected_cluster/disconnected-update.adoc#images-configuration-registry-mirror-configuring_updating-restricted-network-cluster[Configuring image registry repository mirroring]
39+
3640
include::modules/cnf-configuring-single-numa-policy.adoc[leveloffset=+2]
3741

3842
.Additional resources

0 commit comments

Comments
 (0)