Aws Node Pool Kubelet Config Args
data class AwsNodePoolKubeletConfigArgs(val cpuCfsQuota: Output<Boolean>? = null, val cpuCfsQuotaPeriod: Output<String>? = null, val cpuManagerPolicy: Output<String>? = null, val podPidsLimit: Output<Int>? = null) : ConvertibleToJava<AwsNodePoolKubeletConfigArgs>
Properties
Link copied to clipboard
Whether or not to enable CPU CFS quota. Defaults to true.
Link copied to clipboard
Optional. The CPU CFS quota period to use for the node. Defaults to "100ms".
Link copied to clipboard
The CpuManagerPolicy to use for the node. Defaults to "none".
Link copied to clipboard
Optional. The maximum number of PIDs in each pod running on the node. The limit scales automatically based on underlying machine size if left unset.