Skip to content

Commit e503d6f

Browse files
authored
Merge pull request #70267 from bscott-rh/OSDOCS-9210
OSDOCS#9210 Enabling userProvisionedDNS for GCP installations
2 parents baff911 + 387f8bc commit e503d6f

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2122,6 +2122,12 @@ Additional GCP configuration parameters are described in the following table:
21222122
|The name of the GCP project where the installation program installs the cluster.
21232123
|String.
21242124

2125+
|platform:
2126+
gcp:
2127+
userProvisionedDNS:
2128+
|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 `- GCPClusterHostedDNS=true`.
2129+
|`Enabled` or `Disabled`. The default value is `Disabled`.
2130+
21252131
|platform:
21262132
gcp:
21272133
region:

modules/nodes-cluster-enabling-features-about.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The following Technology Preview features are enabled by this feature set:
4747
** `managedBootImages`
4848
** `onClusterBuild`
4949
** `signatureStores`
50+
** `userProvisionedDNS`
5051
--
5152
5253
////

nodes/clusters/nodes-cluster-enabling-features.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ For more information about the features activated by the `TechPreviewNoUpgrade`
2525
** xref:../../storage/container_storage_interface/persistent-storage-csi-sc-manage.adoc#persistent-storage-csi-sc-manage[Managing the default storage class]
2626

2727

28-
** xref:../../authentication/understanding-and-managing-pod-security-admission.adoc#understanding-and-managing-pod-security-admission[Pod security admission enforcement].
28+
** xref:../../authentication/understanding-and-managing-pod-security-admission.adoc#understanding-and-managing-pod-security-admission[Pod security admission enforcement]
29+
30+
** xref:../../installing/installing_gcp/installation-config-parameters-gcp.adoc#installation-configuration-parameters-additional-gcp_installation-config-parameters-gcp[Installation configuration parameters for GCP]
2931

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

0 commit comments

Comments
 (0)