Skip to content

Commit 50c6c2d

Browse files
authored
Merge pull request #61310 from dfitzmau/OSDOCS-6435
OSDOCS-6435: Updated Gathering data about specific features module
2 parents f23303a + d9f8659 commit 50c6c2d

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

modules/gathering-data-specific-features.adoc

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,25 @@ ifndef::openshift-origin[]
2525
|===
2626
|Image |Purpose
2727

28-
|`registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9:v{HCOVersion}`
28+
|`registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9:v<installed_version_virt>`
2929
|Data collection for {VirtProductName}.
3030

3131
|`registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8`
3232
|Data collection for OpenShift Serverless.
3333

34-
|`registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8:2.3`
34+
|`registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8:v<installed_version_service_mesh>`
3535
|Data collection for Red Hat OpenShift Service Mesh.
3636

3737
ifndef::openshift-dedicated[]
38-
|`registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8:v{mtc-version}`
38+
|`registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8:v<installed_version_migration_toolkit>`
3939
|Data collection for the {mtc-full}.
4040
endif::openshift-dedicated[]
4141
ifdef::openshift-dedicated[]
4242
|`registry.redhat.io/rhcam-1-2/openshift-migration-must-gather-rhel8`
4343
|Data collection for migration-related information.
4444
endif::openshift-dedicated[]
4545

46-
|`registry.redhat.io/odf4/ocs-must-gather-rhel8:v4.9`
46+
|`registry.redhat.io/odf4/ocs-must-gather-rhel8:v<installed_version_ODF>`
4747
|Data collection for {rh-storage-first}.
4848

4949
|`registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator`
@@ -57,7 +57,7 @@ ifndef::openshift-dedicated[]
5757
|Data collection for Local Storage Operator.
5858
endif::openshift-dedicated[]
5959

60-
|`registry.redhat.io/openshift-sandboxed-containers/osc-must-gather-rhel8:{sandboxed-containers-version}.0`
60+
|`registry.redhat.io/openshift-sandboxed-containers/osc-must-gather-rhel8:v<installed_version_sandboxed_containers>`
6161
|Data collection for {sandboxed-containers-first}.
6262

6363
|`registry.redhat.io/workload-availability/self-node-remediation-must-gather-rhel8:v<installed-version-SNR>`
@@ -66,10 +66,14 @@ endif::openshift-dedicated[]
6666
|`registry.redhat.io/workload-availability/node-maintenance-must-gather-rhel8:v<installed-version-NMO>`
6767
|Data collection for the Node Maintenance Operator (NMO).
6868

69-
|`registry.redhat.io/openshift-gitops-1/gitops-must-gather-rhel8:v1.9.0`
69+
|`registry.redhat.io/openshift-gitops-1/gitops-must-gather-rhel8:v<installed_version_GitOps>`
7070
|Data collection for {gitops-title}.
7171
|===
7272

73+
[NOTE]
74+
====
75+
To determine the latest version for an {product-title} component's image, see the link:https://access.redhat.com/support/policy/updates/openshift[Red Hat {product-title} Life Cycle Policy] web page on the Red Hat Customer Portal.
76+
====
7377

7478
endif::openshift-origin[]
7579

@@ -107,16 +111,8 @@ endif::openshift-dedicated[]
107111

108112
endif::openshift-origin[]
109113

110-
111114
endif::from-main-support-section[]
112115

113-
[NOTE]
114-
====
115-
* To collect the default `must-gather` data in addition to specific feature data, add the `--image-stream=openshift/must-gather` argument.
116-
117-
* For information on gathering data about the Custom Metrics Autoscaler, see the Additional resources section that follows.
118-
====
119-
120116
.Prerequisites
121117

122118
* Access to the cluster as a user with the `cluster-admin` role.
@@ -133,7 +129,16 @@ endif::openshift-dedicated[]
133129

134130
ifndef::openshift-origin[]
135131

136-
. Run the `oc adm must-gather` command with one or more `--image` or `--image-stream` arguments. For example, the following command gathers both the default cluster data and information specific to {VirtProductName}:
132+
. Run the `oc adm must-gather` command with one or more `--image` or `--image-stream` arguments.
133+
+
134+
[NOTE]
135+
====
136+
* To collect the default `must-gather` data in addition to specific feature data, add the `--image-stream=openshift/must-gather` argument.
137+
138+
* For information on gathering data about the Custom Metrics Autoscaler, see the Additional resources section that follows.
139+
====
140+
+
141+
For example, the following command gathers both the default cluster data and information specific to {VirtProductName}:
137142
+
138143
[source,terminal,subs="attributes+"]
139144
----

support/gathering-cluster-data.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ include::modules/gathering-data-specific-features.adoc[leveloffset=+2]
3838

3939
* xref:../nodes/cma/nodes-cma-autoscaling-custom.adoc#nodes-cma-autoscaling-custom-gather[Gathering debugging data] for the Custom Metrics Autoscaler.
4040

41+
* link:https://access.redhat.com/support/policy/updates/openshift[Red Hat {product-title} Life Cycle Policy]
42+
4143
// Gathering audit logs
4244
include::modules/gathering-data-audit-logs.adoc[leveloffset=+2]
4345

0 commit comments

Comments
 (0)