Skip to content

Commit 09c2aeb

Browse files
authored
Merge pull request #63481 from kquinn1204/TELCODOCS-1433
TELCODOCS-1433 Docs NRO Must Gather
2 parents 25f16b1 + 5ef4b54 commit 09c2aeb

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * scalability_and_performance/cnf-numa-aware-scheduling.adoc
4+
5+
:_content-type: PROCEDURE
6+
[id="cnf-about-collecting-nro-data_{context}"]
7+
= Collecting NUMA-aware pod scheduling data
8+
9+
You can use the `oc adm must-gather` CLI command to collect information about your cluster, including features and objects associated with NUMA-aware pod scheduling.
10+
11+
.Prerequisites
12+
13+
* You have access to the cluster as a user with the `cluster-admin` role.
14+
15+
* You have installed the {oc-first}.
16+
17+
.Procedure
18+
19+
* To collect NUMA-aware pod scheduling data with `must-gather`, you must specify the NUMA-aware pod scheduling image.
20+
+
21+
[source,terminal,subs="attributes+"]
22+
----
23+
$ oc adm must-gather --image=registry.redhat.io/numaresources-must-gather/numaresources-must-gather-rhel9:{product-version}
24+
----

modules/gathering-data-specific-features.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ endif::openshift-dedicated[]
6363
|`registry.redhat.io/workload-availability/self-node-remediation-must-gather-rhel8:v<installed-version-SNR>`
6464
|Data collection for the Self Node Remediation (SNR) Operator and the Node Health Check (NHC) Operator.
6565

66+
|`registry.redhat.io/numaresources/numaresources-must-gather-rhel9:v<installed-version-nro>`
67+
|Data collection for the NUMA Resources Operator (NRO).
68+
6669
|`registry.redhat.io/workload-availability/node-maintenance-must-gather-rhel8:v<installed-version-NMO>`
6770
|Data collection for the Node Maintenance Operator (NMO).
6871

scalability_and_performance/cnf-numa-aware-scheduling.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ include::modules/cnf-checking-numa-aware-scheduler-logs.adoc[leveloffset=+2]
5656
include::modules/cnf-troubleshooting-resource-topo-exporter.adoc[leveloffset=+2]
5757

5858
include::modules/cnf-troubleshooting-missing-rte-config-maps.adoc[leveloffset=+2]
59+
60+
include::modules/cnf-about-collecting-nro-data.adoc[leveloffset=+2]

0 commit comments

Comments
 (0)