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
6 changes: 6 additions & 0 deletions modules/installation-configuration-parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -984,6 +984,12 @@ belong to the same region as the cluster. This is required for regions that requ
|An Amazon Resource Name (ARN) for an existing IAM role in the account containing the specified hosted zone. The installation program and cluster operators will assume this role when performing operations on the hosted zone. This parameter should only be used if you are installing a cluster into a shared VPC.
|String, for example `arn:aws:iam::1234567890:role/shared-vpc-role`.

|platform:
aws:
userProvisionedDNS:
|Enables user-provisioned DNS instead of the default cluster-provisioned DNS solution. If you want to use this feature, you must set the `featureSet` parameter to `TechPreviewNoUpgrade`. Alternatively, you can set `featureSet` to `CustomNoUpgrade` and `featureGates` to `- AWSClusterHostedDNS=true`. If you use this feature, you must provide your own DNS solution that includes records for `api.<cluster_name>.<base_domain>` and `*.apps.<cluster_name>.<base_domain>`.
|`Enabled` or `Disabled`. The default value is `Disabled`.

|platform:
aws:
serviceEndpoints:
Expand Down
4 changes: 3 additions & 1 deletion nodes/clusters/nodes-cluster-enabling-features.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ For more information about the features activated by the `TechPreviewNoUpgrade`

** xref:../../storage/container_storage_interface/persistent-storage-csi-sc-manage.adoc#persistent-storage-csi-sc-manage[Managing the default storage class]

** xref:../../authentication/understanding-and-managing-pod-security-admission.adoc#understanding-and-managing-pod-security-admission[Pod security admission enforcement].
** xref:../../authentication/understanding-and-managing-pod-security-admission.adoc#understanding-and-managing-pod-security-admission[Pod security admission enforcement]

** xref:../../installing/installing_aws/installation-config-parameters-aws.html#installation-configuration-parameters-optional-aws_installation-config-parameters-aws[Installation configuration parameters for AWS]
Copy link
Collaborator

Choose a reason for hiding this comment

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

🤖 [error] OpenShiftAsciiDoc.XrefContainsHTML: Use .adoc instead of .html in xrefs


include::modules/nodes-cluster-enabling-features-install.adoc[leveloffset=+1]

Expand Down