scalingConfig

@JvmName(name = "aylsflgsowqhyeme")
suspend fun scalingConfig(value: Output<NodePoolScalingConfigArgs>)
@JvmName(name = "tdoxxgwuapyvhgwl")
suspend fun scalingConfig(value: NodePoolScalingConfigArgs?)

Parameters

value

Auto scaling node pool configuration. See scaling_config below. With auto-scaling is enabled, the nodes in the node pool will be labeled with k8s.aliyun.com=true to prevent system pods such as coredns, metrics-servers from being scheduled to elastic nodes, and to prevent node shrinkage from causing business abnormalities.


@JvmName(name = "gjlniuqqoccedmqw")
suspend fun scalingConfig(argument: suspend NodePoolScalingConfigArgsBuilder.() -> Unit)

Parameters

argument

Auto scaling node pool configuration. See scaling_config below. With auto-scaling is enabled, the nodes in the node pool will be labeled with k8s.aliyun.com=true to prevent system pods such as coredns, metrics-servers from being scheduled to elastic nodes, and to prevent node shrinkage from causing business abnormalities.