Node Pool Scheduler Config Args
data class NodePoolSchedulerConfigArgs(val memoryOversubscription: Output<String>? = null, val schedulerAlgorithm: Output<String>? = null) : ConvertibleToJava<NodePoolSchedulerConfigArgs>
Properties
Link copied to clipboard
(string)
- Whether or not memory oversubscription is enabled in the node pool. Possible values are "enabled"
or "disabled"
. If not defined the global cluster configuration is used.
Link copied to clipboard
(string)
- The scheduler algorithm used in the node pool. Possible values are binpack
or spread
. If not defined the global cluster configuration is used.