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: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,6 @@ In either case, upgrading to module version `v1.0.0` will trigger a recreation o
162
162
| node\_pools\_metadata | Map of maps containing node metadata by node-pool name | map(map(string)) |`<map>`| no |
163
163
| node\_pools\_oauth\_scopes | Map of lists containing node oauth scopes by node-pool name | map(list(string)) |`<map>`| no |
164
164
| node\_pools\_tags | Map of lists containing node network tags by node-pool name | map(list(string)) |`<map>`| no |
165
-
| node\_pools\_taints | Map of lists containing node taints by node-pool name | object |`<map>`| no |
166
165
| node\_version | The Kubernetes version of the node pools. Defaults kubernetes_version (master) variable and can be overridden for individual node pools by setting the `version` key on them. Must be empyty or set the same as master at cluster creation. | string |`""`| no |
167
166
| non\_masquerade\_cidrs | List of strings in CIDR notation that specify the IP address ranges that do not use IP masquerading. | list(string) |`<list>`| no |
168
167
| project\_id | The project ID to host the cluster in (required) | string | n/a | yes |
description ="The dataset id for which network egress metering for this cluster will be enabled. If enabled, a daemonset will be created in the cluster to meter network egress traffic."
374
+
default =""
375
+
}
376
+
369
377
variable "node_metadata" {
370
378
description ="Specifies how node metadata is exposed to the workload running on the node"
371
379
default ="SECURE"
372
380
type =string
373
381
}
374
382
383
+
variable "sandbox_enabled" {
384
+
type =bool
385
+
description ="(Beta) Enable GKE Sandbox (Do not forget to set `image_type` = `COS_CONTAINERD` and `node_version` = `1.12.7-gke.17` or later to use it)."
386
+
default =false
387
+
}
388
+
375
389
variable "enable_intranode_visibility" {
376
390
type =bool
377
391
description ="Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network"
378
392
default =false
379
393
}
380
394
381
-
variable "enable_vertical_pod_autoscaling" {
395
+
variable "enable_vertical_pod_autoscaling" {
382
396
type =bool
383
397
description ="Vertical Pod Autoscaling automatically adjusts the resources of pods controlled by it"
0 commit comments