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 modules/hcp-aws-enable-private-link.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion modules/hcp-aws-set-up-ext-dns.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

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 @@ -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 `<ocp_release_image>` with the digest image. To extract the {product-title} release image digest, see _Extracting the {product-title} release image digest_.

+
Expand Down
2 changes: 1 addition & 1 deletion modules/hcp-non-bm-hc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down