diff --git a/modules/hcp-aws-enable-private-link.adoc b/modules/hcp-aws-enable-private-link.adoc index 0aacedaa1f9e..ec18ebfd2e81 100644 --- a/modules/hcp-aws-enable-private-link.adoc +++ b/modules/hcp-aws-enable-private-link.adoc @@ -15,7 +15,7 @@ To provision {hcp} on the {aws-first} with PrivateLink, enable {aws-short} Priva . See the following table to confirm that the secret contains the required fields: .Required fields for the {aws-short} secret -[cols="3,3",options="header"] +[options="header"] |=== | Field name | Description | Optional or required | `region` diff --git a/modules/hcp-aws-set-up-ext-dns.adoc b/modules/hcp-aws-set-up-ext-dns.adoc index eb9d3378a07b..03fa7aa072bc 100644 --- a/modules/hcp-aws-set-up-ext-dns.adoc +++ b/modules/hcp-aws-set-up-ext-dns.adoc @@ -13,7 +13,7 @@ You can provision {hcp} with external DNS or service-level DNS. . See the following table to verify that the secret has the required fields: + .Required fields for the {aws-short} secret -[cols="3,3",options="header"] +[options="header"] |=== | Field name | Description | Optional or required diff --git a/modules/hcp-bm-hc.adoc b/modules/hcp-bm-hc.adoc index 1b3cc11ede83..baac07f253cb 100644 --- a/modules/hcp-bm-hc.adoc +++ b/modules/hcp-bm-hc.adoc @@ -56,7 +56,7 @@ $ hcp create cluster agent \ <6> Specify the etcd storage class name, for example, `lvm-storageclass`. <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> The default value for the control plane availability policy is `HighlyAvailable`. +<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.17.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_. + diff --git a/modules/hcp-non-bm-hc.adoc b/modules/hcp-non-bm-hc.adoc index 65fe5bfe0ee1..aaff76fc467c 100644 --- a/modules/hcp-non-bm-hc.adoc +++ b/modules/hcp-non-bm-hc.adoc @@ -52,7 +52,7 @@ $ hcp create cluster agent \ <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`. <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> The default value for the control plane availability policy is `HighlyAvailable`. +<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.17.0-multi`. .Verification