Skip to content

Commit 29384b2

Browse files
committed
[OSDOCS-12384]: Updating control plane availability policy
1 parent 649d896 commit 29384b2

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

modules/hcp-bm-hc.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ $ hcp create cluster agent \
4242
--etcd-storage-class=<etcd_storage_class> \// <6>
4343
--ssh-key <path_to_ssh_public_key> \// <7>
4444
--namespace <hosted_cluster_namespace> \// <8>
45-
--control-plane-availability-policy SingleReplica \
46-
--release-image=quay.io/openshift-release-dev/ocp-release:<ocp_release_image> <9>
45+
--control-plane-availability-policy HighlyAvailable \// <9>
46+
--release-image=quay.io/openshift-release-dev/ocp-release:<ocp_release_image> <10>
4747
----
4848
+
4949
<1> Specify the name of your hosted cluster, for instance, `example`.
@@ -54,7 +54,8 @@ $ hcp create cluster agent \
5454
<6> Specify the etcd storage class name, for example, `lvm-storageclass`.
5555
<7> Specify the path to your SSH public key. The default file path is `~/.ssh/id_rsa.pub`.
5656
<8> Specify your hosted cluster namespace.
57-
<9> Specify the supported {product-title} version that you want to use, for example, `4.14.0-x86_64`. 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_.
57+
<9> The default value for the control plane availability policy is `HighlyAvailable`.
58+
<10> Specify the supported {product-title} version that you want to use, for example, `4.14.0-x86_64`. 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_.
5859

5960
+
6061
. After a few moments, verify that your hosted control plane pods are up and running by entering the following command:

modules/hcp-non-bm-hc.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ $ hcp create cluster agent \
4040
--etcd-storage-class=<etcd_storage_class> \// <6>
4141
--ssh-key <path_to_ssh_key> \// <7>
4242
--namespace <hosted_cluster_namespace> \// <8>
43-
--control-plane-availability-policy SingleReplica \
44-
--release-image=quay.io/openshift-release-dev/ocp-release:<ocp_release> <9>
43+
--control-plane-availability-policy HighlyAvailable \// <9>
44+
--release-image=quay.io/openshift-release-dev/ocp-release:<ocp_release> <10>
4545
----
4646
+
4747
<1> Specify the name of your hosted cluster, for instance, `example`.
@@ -52,7 +52,8 @@ $ hcp create cluster agent \
5252
<6> Verify that you have a default storage class configured for your cluster. Otherwise, you might end up with pending PVCs. Specify the etcd storage class name, for example, `lvm-storageclass`.
5353
<7> Specify the path to your SSH public key. The default file path is `~/.ssh/id_rsa.pub`.
5454
<8> Specify your hosted cluster namespace.
55-
<9> Specify the supported {ocp-short} version that you want to use, for example, `4.14.0-x86_64`.
55+
<9> The default value for the control plane availability policy is `HighlyAvailable`.
56+
<10> Specify the supported {ocp-short} version that you want to use, for example, `4.14.0-x86_64`.
5657

5758
.Verification
5859

0 commit comments

Comments
 (0)