From ea87ca552e0be6f0431913e904fb4bc463af1dd7 Mon Sep 17 00:00:00 2001 From: Laura Hinson Date: Wed, 26 Feb 2025 14:22:24 -0500 Subject: [PATCH] Adding pointer from OCP support docs to HCP must gather docs --- modules/support-gather-data.adoc | 4 ++++ support/gathering-cluster-data.adoc | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/modules/support-gather-data.adoc b/modules/support-gather-data.adoc index 3d0f395e20..055891d386 100644 --- a/modules/support-gather-data.adoc +++ b/modules/support-gather-data.adoc @@ -8,6 +8,10 @@ You can gather debugging information about your cluster by using the `oc adm must-gather` CLI command. +ifndef::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[] +If you are gathering information to debug a self-managed hosted cluster, see "Gathering information to troubleshoot {hcp}". +endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[] + .Prerequisites * You have access to the cluster as a user with the `cluster-admin` role. diff --git a/support/gathering-cluster-data.adoc b/support/gathering-cluster-data.adoc index 3d903bc7a1..fb16a47f77 100644 --- a/support/gathering-cluster-data.adoc +++ b/support/gathering-cluster-data.adoc @@ -31,6 +31,12 @@ ifndef::openshift-origin[] include::modules/support-gather-data.adoc[leveloffset=+2] endif::openshift-origin[] +ifndef::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[] +[role="_additional-resources"] +.Additional resources +* xref:../hosted_control_planes/hcp-troubleshooting.adoc#hosted-control-planes-troubleshooting_hcp-troubleshooting[Gathering information to troubleshoot {hcp}] +endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[] + ifndef::openshift-origin[] // Table of must-gather flags include::modules/must-gather-flags.adoc[leveloffset=+2]