Node Pool Node Config Kubelet Config Args
data class NodePoolNodeConfigKubeletConfigArgs(val cpuCfsQuota: Output<Boolean>? = null, val cpuCfsQuotaPeriod: Output<String>? = null, val cpuManagerPolicy: Output<String>, val podPidsLimit: Output<Int>? = null) : ConvertibleToJava<NodePoolNodeConfigKubeletConfigArgs>
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.