From f8b53fa99c7ad9090f5c3c599e89a57112df76fe Mon Sep 17 00:00:00 2001 From: Laura Hinson Date: Thu, 28 Aug 2025 11:33:23 -0400 Subject: [PATCH] Fixing links in HCP content --- hosted_control_planes/hcp-deploy/hcp-deploy-bm.adoc | 2 +- hosted_control_planes/hcp-deploy/hcp-deploy-ibm-power.adoc | 2 +- hosted_control_planes/hcp-deploy/hcp-deploy-ibmz.adoc | 2 +- modules/hcp-bm-hc.adoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hosted_control_planes/hcp-deploy/hcp-deploy-bm.adoc b/hosted_control_planes/hcp-deploy/hcp-deploy-bm.adoc index 3ff513350f1f..bc0d78b93b3b 100644 --- a/hosted_control_planes/hcp-deploy/hcp-deploy-bm.adoc +++ b/hosted_control_planes/hcp-deploy/hcp-deploy-bm.adoc @@ -80,7 +80,7 @@ include::modules/hcp-bm-hc.adoc[leveloffset=+2] .Additional resources * xref:../../hosted_control_planes/hcp-import.adoc[Manually importing a hosted cluster] -* link:https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#configure-hosted-disconnected-digest-image[Extracting the {product-title} release image digest] +* xref:../../hosted_control_planes/hcp-disconnected/hcp-deploy-dc-bm.adoc#hcp-dc-extract_hcp-deploy-dc-bm[Extracting the release image digest] include::modules/hcp-bm-hc-console.adoc[leveloffset=+2] diff --git a/hosted_control_planes/hcp-deploy/hcp-deploy-ibm-power.adoc b/hosted_control_planes/hcp-deploy/hcp-deploy-ibm-power.adoc index 85029f92d6f9..af5c846358c0 100644 --- a/hosted_control_planes/hcp-deploy/hcp-deploy-ibm-power.adoc +++ b/hosted_control_planes/hcp-deploy/hcp-deploy-ibm-power.adoc @@ -47,7 +47,7 @@ include::modules/hcp-bm-hc.adoc[leveloffset=+2] [role="_additional-resources"] .Additional resources * xref:../../hosted_control_planes/hcp-import.adoc[Manually importing a hosted cluster] -* link:https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#configure-hosted-disconnected-digest-image[Extracting the {product-title} release image digest] +* xref:../../hosted_control_planes/hcp-disconnected/hcp-deploy-dc-bm.adoc#hcp-dc-extract_hcp-deploy-dc-bm[Extracting the release image digest] [id="hcp-ibm-power-heterogeneous-nodepools_{context}"] == Creating heterogeneous node pools on agent hosted clusters diff --git a/hosted_control_planes/hcp-deploy/hcp-deploy-ibmz.adoc b/hosted_control_planes/hcp-deploy/hcp-deploy-ibmz.adoc index 7161c1de57cb..55edc0e84f7a 100644 --- a/hosted_control_planes/hcp-deploy/hcp-deploy-ibmz.adoc +++ b/hosted_control_planes/hcp-deploy/hcp-deploy-ibmz.adoc @@ -53,7 +53,7 @@ include::modules/hcp-bm-hc.adoc[leveloffset=+2] [role="_additional-resources"] .Additional resources * xref:../../hosted_control_planes/hcp-import.adoc[Manually importing a hosted cluster] -* link:https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#configure-hosted-disconnected-digest-image[Extracting the {product-title} release image digest] +* xref:../../hosted_control_planes/hcp-disconnected/hcp-deploy-dc-bm.adoc#hcp-dc-extract_hcp-deploy-dc-bm[Extracting the release image digest] * xref:../../hosted_control_planes/hcp-deploy/hcp-deploy-bm.adoc#hcp-bm-hc-console_hcp-deploy-bm[Creating a hosted cluster on bare metal by using the console] include::modules/hcp-ibm-z-infraenv.adoc[leveloffset=+1] diff --git a/modules/hcp-bm-hc.adoc b/modules/hcp-bm-hc.adoc index 36d60ba109c9..df7e4f525f32 100644 --- a/modules/hcp-bm-hc.adoc +++ b/modules/hcp-bm-hc.adoc @@ -82,7 +82,7 @@ $ hcp create cluster agent \ <7> Specify the path to your SSH public key. The default file path is `~/.ssh/id_rsa.pub`. <8> Specify your hosted cluster namespace. <9> Specify the availability policy for the hosted control plane components. Supported options are `SingleReplica` and `HighlyAvailable`. The default value is `HighlyAvailable`. -<10> Specify the supported {product-title} version that you want to use, for example, `4.19.0-multi`. If you are using a disconnected environment, replace `` with the digest image. To extract the {product-title} release image digest, see "Extracting the {product-title} release image digest". +<10> Specify the supported {product-title} version that you want to use, for example, `4.19.0-multi`. If you are using a disconnected environment, replace `` with the digest image. To extract the {product-title} release image digest, see "Extracting the release image digest". <11> Specify the node pool replica count, for example, `3`. You must specify the replica count as `0` or greater to create the same number of replicas. Otherwise, no node pools are created. <12> After the `--ssh-key` flag, specify the path to the SSH key; for example, `user/.ssh/id_rsa`.