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
description="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"
218
217
default=""
219
218
}
219
+
220
220
variable"enable_private_endpoint" {
221
-
description="(Beta) Whether the master's internal IP address is used as the cluster endpoint"
222
-
default=false
221
+
description="(Beta) Whether the master's internal IP address is used as the cluster endpoint"
222
+
default=false
223
223
}
224
224
225
225
variable"enable_private_nodes" {
226
-
description="(Beta) Whether nodes have internal IP addresses only"
227
-
default=false
226
+
description="(Beta) Whether nodes have internal IP addresses only"
227
+
default=false
228
228
}
229
229
230
230
variable"master_ipv4_cidr_block" {
231
-
description="(Beta) The IP range in CIDR notation to use for the hosted master network"
232
-
default="10.0.0.0/28"
233
-
}
231
+
description="(Beta) The IP range in CIDR notation to use for the hosted master network"
description="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"
0 commit comments