diff --git a/modules/installation-configuration-parameters.adoc b/modules/installation-configuration-parameters.adoc index 032425322709..15a6484f7821 100644 --- a/modules/installation-configuration-parameters.adoc +++ b/modules/installation-configuration-parameters.adoc @@ -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..` and `*.apps..`. +|`Enabled` or `Disabled`. The default value is `Disabled`. + |platform: aws: serviceEndpoints: diff --git a/nodes/clusters/nodes-cluster-enabling-features.adoc b/nodes/clusters/nodes-cluster-enabling-features.adoc index 6c3f2b12922b..3acfaa026395 100644 --- a/nodes/clusters/nodes-cluster-enabling-features.adoc +++ b/nodes/clusters/nodes-cluster-enabling-features.adoc @@ -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] include::modules/nodes-cluster-enabling-features-install.adoc[leveloffset=+1]