Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hosted_control_planes/hcp-deploy/hcp-deploy-bm.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion hosted_control_planes/hcp-deploy/hcp-deploy-ibm-power.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hosted_control_planes/hcp-deploy/hcp-deploy-ibmz.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion modules/hcp-bm-hc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<ocp_release_image>` 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 `<ocp_release_image>` 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`.

Expand Down