AwsNodePoolKubeletConfig

data class AwsNodePoolKubeletConfig(val cpuCfsQuota: Boolean? = null, val cpuCfsQuotaPeriod: String? = null, val cpuManagerPolicy: String? = null, val podPidsLimit: Int? = null)

Constructors

Link copied to clipboard
constructor(cpuCfsQuota: Boolean? = null, cpuCfsQuotaPeriod: String? = null, cpuManagerPolicy: String? = null, podPidsLimit: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpuCfsQuota: Boolean? = null

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
val podPidsLimit: Int? = null

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.