Get Cluster Node Pool Node Config Kubelet Config
data class GetClusterNodePoolNodeConfigKubeletConfig(val cpuCfsQuota: Boolean, val cpuCfsQuotaPeriod: String, val cpuManagerPolicy: String, val podPidsLimit: Int)
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.