Node Pool Node Config Kubelet Config
data class NodePoolNodeConfigKubeletConfig(val cpuCfsQuota: Boolean? = null, val cpuCfsQuotaPeriod: String? = null, val cpuManagerPolicy: String, val podPidsLimit: Int? = null)
Properties
Link copied to clipboard
Enable CPU CFS quota enforcement for containers that specify CPU limits.
Link copied to clipboard
Set the CPU CFS quota period value 'cpu.cfs_period_us'.
Link copied to clipboard
Control the CPU management policy on the node.
Link copied to clipboard
Controls the maximum number of processes allowed to run in a pod.