nodeLocations

@JvmName(name = "xovcrxjlxhodeeqg")
suspend fun nodeLocations(value: Output<List<String>>)
@JvmName(name = "kkstbojekfgafogx")
suspend fun nodeLocations(value: List<String>?)

Parameters

value

The list of zones in which the node pool's nodes should be located. Nodes must be in the region of their regional cluster or in the same region as their cluster's zone for zonal clusters. If unspecified, the cluster-level node_locations will be used.

Note: node_locations will not revert to the cluster's default set of zones upon being unset. You must manually reconcile the list of zones with your cluster.


@JvmName(name = "hcpumgdxqdalxrwp")
suspend fun nodeLocations(vararg values: Output<String>)


@JvmName(name = "wmyhinvmidnahmji")
suspend fun nodeLocations(values: List<Output<String>>)
@JvmName(name = "qovarhlyplldcbmj")
suspend fun nodeLocations(vararg values: String)

Parameters

values

The list of zones in which the node pool's nodes should be located. Nodes must be in the region of their regional cluster or in the same region as their cluster's zone for zonal clusters. If unspecified, the cluster-level node_locations will be used.

Note: node_locations will not revert to the cluster's default set of zones upon being unset. You must manually reconcile the list of zones with your cluster.