Node Pool Scheduler Config
data class NodePoolSchedulerConfig(val memoryOversubscription: String? = null, val schedulerAlgorithm: String? = null)
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.