Skip to content

Commit be657c2

Browse files
committed
[OCPBUGS-46004]: Various HCP doc improvements
1 parent 268f9f1 commit be657c2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/hcp-aws-enable-private-link.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To provision {hcp} on the {aws-first} with PrivateLink, enable {aws-short} Priva
1515
. See the following table to confirm that the secret contains the required fields:
1616

1717
.Required fields for the {aws-short} secret
18-
[cols="3,3",options="header"]
18+
[options="header"]
1919
|===
2020
| Field name | Description | Optional or required
2121
| `region`

modules/hcp-aws-set-up-ext-dns.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can provision {hcp} with external DNS or service-level DNS.
1313
. See the following table to verify that the secret has the required fields:
1414
+
1515
.Required fields for the {aws-short} secret
16-
[cols="3,3",options="header"]
16+
[options="header"]
1717
|===
1818
| Field name | Description | Optional or required
1919

modules/hcp-bm-hc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $ hcp create cluster agent \
5656
<6> Specify the etcd storage class name, for example, `lvm-storageclass`.
5757
<7> Specify the path to your SSH public key. The default file path is `~/.ssh/id_rsa.pub`.
5858
<8> Specify your hosted cluster namespace.
59-
<9> The default value for the control plane availability policy is `HighlyAvailable`.
59+
<9> Specify the availability policy for the hosted control plane components. Supported options are `SingleReplica` and `HighlyAvailable`. The default value is `HighlyAvailable`.
6060
<10> Specify the supported {product-title} version that you want to use, for example, `4.17.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_.
6161

6262
+

modules/hcp-non-bm-hc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $ 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> The default value for the control plane availability policy is `HighlyAvailable`.
55+
<9> Specify the availability policy for the hosted control plane components. Supported options are `SingleReplica` and `HighlyAvailable`. The default value is `HighlyAvailable`.
5656
<10> Specify the supported {product-title} version that you want to use, for example, `4.17.0-multi`.
5757

5858
.Verification

0 commit comments

Comments
 (0)