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
| network_project_id | The project ID of the shared VPC's host (for shared vpc support) | string | `` | no |
117
-
| remove_default_node_pool | Boolean value determining removal of default node pool | bool | false | no |
118
118
| node_pools | List of maps containing node pools | list |`<list>`| no |
119
119
| node_pools_labels | Map of maps containing node labels by node-pool name | map |`<map>`| no |
120
120
| node_pools_metadata | Map of maps containing node metadata by node-pool name | map |`<map>`| no |
@@ -125,7 +125,8 @@ Then perform the following commands on the root folder:
125
125
| project_id | The project ID to host the cluster in (required) | string | - | yes |
126
126
| region | The region to host the cluster in (required) | string | - | yes |
127
127
| regional | Whether is a regional cluster (zonal cluster if set false. WARNING: changing this after cluster creation is destructive!) | string |`true`| no |
128
-
| service_account | The service account to default running nodes as if not overridden in `node_pools`. Defaults to the compute engine default service account | string | `` | no |
128
+
| remove_default_node_pool | Remove default node pool while setting up the cluster | string |`false`| no |
129
+
| service_account | The service account to default running nodes as if not overridden in `node_pools`. Defaults to the compute engine default service account. May also specify `create` to automatically create a cluster-specific service account | string | `` | no |
129
130
| stub_domains | Map of stub domains and their resolvers to forward DNS queries for a certain domain to an external DNS server | map |`<map>`| no |
130
131
| subnetwork | The subnetwork to host the cluster in (required) | string | - | yes |
131
132
| zones | The zones to host the cluster in (optional if regional cluster / required if zonal) | list |`<list>`| no |
@@ -314,4 +315,4 @@ are as follows:
314
315
is a compiled language so there is no standard linter.
315
316
* Terraform - terraform has a built-in linter in the 'terraform validate'
316
317
command.
317
-
* Dockerfiles - hadolint. Can be found in homebrew
318
+
* Dockerfiles - hadolint. Can be found in homebrew
| ip_masq_link_local | Whether to masquerade traffic to the link-local prefix (169.254.0.0/16). | string |`false`| no |
@@ -112,12 +115,12 @@ Then perform the following commands on the root folder:
112
115
| logging_service | The logging service that the cluster should write logs to. Available options include logging.googleapis.com, logging.googleapis.com/kubernetes (beta), and none | string |`logging.googleapis.com`| no |
113
116
| maintenance_start_time | Time window specified for daily maintenance operations in RFC3339 format | string |`05:00`| no |
114
117
| master_authorized_networks_config | The desired configuration options for master authorized networks. Omit the nested cidr_blocks attribute to disallow external access (except the cluster node IPs, which GKE automatically whitelists)<br><br> ### example format ### master_authorized_networks_config = [{ cidr_blocks = [{ cidr_block = "10.0.0.0/8" display_name = "example_network" }], }]| list |`<list>`| no |
118
+
| master_ipv4_cidr_block | (Beta) The IP range in CIDR notation to use for the hosted master network | string |`10.0.0.0/28`| no |
115
119
| monitoring_service | The monitoring service that the cluster should write metrics to. Automatically send metrics from pods in the cluster to the Google Cloud Monitoring API. VM metrics will be collected by Google Compute Engine regardless of this setting Available options include monitoring.googleapis.com, monitoring.googleapis.com/kubernetes (beta) and none | string |`monitoring.googleapis.com`| no |
116
120
| name | The name of the cluster (required) | string | - | yes |
117
121
| network | The VPC network to host the cluster in (required) | string | - | yes |
| network_project_id | The project ID of the shared VPC's host (for shared vpc support) | string | `` | no |
120
-
| remove_default_node_pool | Boolean value determining removal of default node pool | bool | false | no |
121
124
| node_pools | List of maps containing node pools | list |`<list>`| no |
122
125
| node_pools_labels | Map of maps containing node labels by node-pool name | map |`<map>`| no |
123
126
| node_pools_metadata | Map of maps containing node metadata by node-pool name | map |`<map>`| no |
@@ -128,7 +131,8 @@ Then perform the following commands on the root folder:
128
131
| project_id | The project ID to host the cluster in (required) | string | - | yes |
129
132
| region | The region to host the cluster in (required) | string | - | yes |
130
133
| regional | Whether is a regional cluster (zonal cluster if set false. WARNING: changing this after cluster creation is destructive!) | string |`true`| no |
131
-
| service_account | The service account to default running nodes as if not overridden in `node_pools`. Defaults to the compute engine default service account | string | `` | no |
134
+
| remove_default_node_pool | Remove default node pool while setting up the cluster | string |`false`| no |
135
+
| service_account | The service account to default running nodes as if not overridden in `node_pools`. Defaults to the compute engine default service account. May also specify `create` to automatically create a cluster-specific service account | string | `` | no |
132
136
| stub_domains | Map of stub domains and their resolvers to forward DNS queries for a certain domain to an external DNS server | map |`<map>`| no |
133
137
| subnetwork | The subnetwork to host the cluster in (required) | string | - | yes |
134
138
| zones | The zones to host the cluster in (optional if regional cluster / required if zonal) | list |`<list>`| no |
@@ -317,4 +321,4 @@ are as follows:
317
321
is a compiled language so there is no standard linter.
318
322
* Terraform - terraform has a built-in linter in the 'terraform validate'
319
323
command.
320
-
* Dockerfiles - hadolint. Can be found in homebrew
324
+
* Dockerfiles - hadolint. Can be found in homebrew
0 commit comments