You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/safer-cluster-update-variant/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,6 +204,9 @@ For simplicity, we suggest using `roles/container.admin` and
204
204
| add\_cluster\_firewall\_rules | Create additional firewall rules |`bool`|`false`| no |
205
205
| authenticator\_security\_group | The name of the RBAC security group for use with Google security groups in Kubernetes RBAC. Group name must be in format gke-security-groups@yourdomain.com|`string`|`null`| no |
206
206
| cloudrun | (Beta) Enable CloudRun addon |`bool`|`false`| no |
207
+
| cluster\_dns\_domain | The suffix used for all cluster service records. |`string`|`""`| no |
208
+
| cluster\_dns\_provider | Which in-cluster DNS provider should be used. PROVIDER\_UNSPECIFIED (default) or PLATFORM\_DEFAULT or CLOUD\_DNS. |`string`|`"PROVIDER_UNSPECIFIED"`| no |
209
+
| cluster\_dns\_scope | The scope of access to cluster DNS records. DNS\_SCOPE\_UNSPECIFIED (default) or CLUSTER\_SCOPE or VPC\_SCOPE. |`string`|`"DNS_SCOPE_UNSPECIFIED"`| no |
207
210
| cluster\_resource\_labels | The GCE resource labels (a map of key/value pairs) to be applied to the cluster |`map(string)`|`{}`| no |
208
211
| compute\_engine\_service\_account | Use the given service account for nodes rather than creating a new dedicated service account. |`string`|`""`| no |
209
212
| config\_connector | (Beta) Whether ConfigConnector is enabled for this cluster. |`bool`|`false`| no |
Copy file name to clipboardExpand all lines: modules/safer-cluster/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,6 +204,9 @@ For simplicity, we suggest using `roles/container.admin` and
204
204
| add\_cluster\_firewall\_rules | Create additional firewall rules |`bool`|`false`| no |
205
205
| authenticator\_security\_group | The name of the RBAC security group for use with Google security groups in Kubernetes RBAC. Group name must be in format gke-security-groups@yourdomain.com|`string`|`null`| no |
206
206
| cloudrun | (Beta) Enable CloudRun addon |`bool`|`false`| no |
207
+
| cluster\_dns\_domain | The suffix used for all cluster service records. |`string`|`""`| no |
208
+
| cluster\_dns\_provider | Which in-cluster DNS provider should be used. PROVIDER\_UNSPECIFIED (default) or PLATFORM\_DEFAULT or CLOUD\_DNS. |`string`|`"PROVIDER_UNSPECIFIED"`| no |
209
+
| cluster\_dns\_scope | The scope of access to cluster DNS records. DNS\_SCOPE\_UNSPECIFIED (default) or CLUSTER\_SCOPE or VPC\_SCOPE. |`string`|`"DNS_SCOPE_UNSPECIFIED"`| no |
207
210
| cluster\_resource\_labels | The GCE resource labels (a map of key/value pairs) to be applied to the cluster |`map(string)`|`{}`| no |
208
211
| compute\_engine\_service\_account | Use the given service account for nodes rather than creating a new dedicated service account. |`string`|`""`| no |
209
212
| config\_connector | (Beta) Whether ConfigConnector is enabled for this cluster. |`bool`|`false`| no |
0 commit comments