Skip to content
Closed
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 modules/hcp-aws-hc-ext-dns.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ where:
`<service_consumer_domain>`:: Specifies the public hosted zone that the service consumer owns, for example, `service-consumer-domain.com`.
`<node_replica_count>`:: Specifies the node replica count, for example, `2`.
`<path_to_your_pull_secret>`:: Specifies the path to your pull secret file.
`<ocp_release_image>`:: Specifies the supported {product-title} version that you want to use, for example, `4.21.0-multi`.
`<ocp_release_image>`:: Specifies the supported {product-title} version that you want to use, for example, `4.22.0-multi`.
`<service_provider_domain>`:: Specifies the public hosted zone that the service provider owns, for example, `service-provider-domain.com`.
`<endpoint_access_configuraton>`:: Specifies the endpoint access configuration for the external DNS. Set as `PublicAndPrivate`. You can use external DNS with `Public` or `PublicAndPrivate` configurations only.
`<path_to_sts_credential_file>`:: Specifies the path to your {aws-short} STS credentials file, for example, `/home/user/sts-creds/sts-creds.json`.
Expand Down
2 changes: 1 addition & 1 deletion modules/hcp-bm-hc-mirror.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ $ hcp create cluster agent \
<6> Specify the `icsp.yaml` file that defines ICSP and your mirror registries.
<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 supported {product-title} version that you want to use, for example, `4.21.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".
<9> Specify the supported {product-title} version that you want to use, for example, `4.22.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".
2 changes: 1 addition & 1 deletion modules/hcp-bm-hc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ where:
`<path_to_ssh_key>`:: Specifies the path to your SSH public key. The default file path is `~/.ssh/id_rsa.pub`.
`<hosted_cluster_namespace>`:: Specifies your hosted cluster namespace.
`control-plane-availability-policy`:: Specifies the availability policy for the hosted control plane components. Supported options are `SingleReplica` and `HighlyAvailable`. The default value is `HighlyAvailable`.
`<ocp_release_image>`:: Specifies the supported {product-title} version that you want to use, such as `4.21.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".
`<ocp_release_image>`:: Specifies the supported {product-title} version that you want to use, such as `4.22.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".
`<node_pool_replica_count>`:: Specifies the node pool replica count, such as `3`. You must specify the replica count as `0` or greater to create the same number of replicas. Otherwise, you do not create node pools.
`<home_directory>/<path_to_ssh_key>/<ssh_key>`:: Specifies the path to the SSH key, such as `user/.ssh/id_rsa`.

Expand Down
2 changes: 1 addition & 1 deletion modules/hcp-bm-ingress.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ clusteroperator.config.openshift.io/console
clusteroperator.config.openshift.io/ingress 4.x.y True False False 53m
----
+
Replace `<4.x.y>` with the supported {product-title} version that you want to use, for example, `4.21.0-multi`.
Replace `<4.x.y>` with the supported {product-title} version that you want to use, for example, `4.22.0-multi`.


ifeval::["{context}" == "hcp-manage-non-bm"]
Expand Down
2 changes: 1 addition & 1 deletion modules/hcp-create-hc-arm64-aws.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ where:
`<path_to_pull_secret>`:: Specifies the path to your pull secret, for example, `/user/name/pullsecret`.
`<path_to_sts_credential_file>`:: Specifies the path to your {aws-short} STS credentials file, for example, `/home/user/sts-creds/sts-creds.json`.
`<region>`:: Specifies the {aws-short} region name, for example, `us-east-1`.
`<ocp_release_image>`:: Specifies the supported {product-title} version that you want to use, for example, `4.21.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".
`<ocp_release_image>`:: Specifies the supported {product-title} version that you want to use, for example, `4.22.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".
`<role_name>`:: Specifies the Amazon Resource Name (ARN), for example, `arn:aws:iam::820196288204:role/myrole`.
2 changes: 1 addition & 1 deletion modules/hcp-deploy-openstack-create.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $ hcp create cluster openstack \
--openstack-node-flavor m1.xlarge \
--base-domain example.com \
--pull-secret /path/to/pull-secret.json \
--release-image quay.io/openshift-release-dev/ocp-release:4.21.0-x86_64 \
--release-image quay.io/openshift-release-dev/ocp-release:4.22.0-x86_64 \
--node-pool-replicas 3 \
--etcd-storage-class lvms-etcd-class
----
Expand Down
2 changes: 1 addition & 1 deletion modules/hcp-ibm-z-adding-reg-ca-hostedcluster.adoc

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 [error] AsciiDocDITA.TaskContents: The '.Procedure' block title is missing.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ignoring - this will be addressed in a separate CQA PR

Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ $ hcp create cluster agent \
<4> Replace the name with your base domain, for example, `example.com`.
<5> Replace the etcd storage class name, for example, `lvm-storageclass`.
<6> Replace the path to your SSH public key. The default file path is `~/.ssh/id_rsa.pub`.
<7> Replace with the supported {product-title} version that you want to use, for example, `4.21.0-multi`.
<7> Replace with the supported {product-title} version that you want to use, for example, `4.22.0-multi`.
<8> Replace the path to Certificate Authority of mirror registry.
2 changes: 1 addition & 1 deletion modules/hcp-non-bm-hc-mirror.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ $ hcp create cluster agent \
<6> Specify the `icsp.yaml` file that defines ICSP and your mirror registries.
<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 supported {product-title} version that you want to use, for example, `4.21.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_.
<9> Specify the supported {product-title} version that you want to use, for example, `4.22.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_.
2 changes: 1 addition & 1 deletion modules/hcp-non-bm-hc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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.21.0-multi`.
<10> Specify the supported {product-title} version that you want to use, for example, `4.22.0-multi`.
<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.

.Verification
Expand Down
2 changes: 1 addition & 1 deletion modules/hcp-np-capacity-blocks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ $ oc get np -n clusters
[source,terminal]
----
NAMESPACE NAME CLUSTER DESIRED NODES CURRENT NODES AUTOSCALING AUTOREPAIR VERSION UPDATINGVERSION UPDATINGCONFIG MESSAGE
clusters cb-np cb-np-hcp 1 1 False False 4.21.0-0.nightly-2025-06-05-224220 False False
clusters cb-np cb-np-hcp 1 1 False False 4.22.0-0.nightly-2025-06-05-224220 False False
----

. Verify that your new compute nodes are created in the hosted cluster by running the following command:
Expand Down
2 changes: 1 addition & 1 deletion modules/hosted-control-planes-version-support.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You can host different versions of control planes on the same management cluster
----
apiVersion: v1
data:
supported-versions: '{"versions":["4.21"]}'
supported-versions: '{"versions":["4.22"]}'
kind: ConfigMap
metadata:
labels:
Expand Down