Kubelet Config Response
data class KubeletConfigResponse(val allowedUnsafeSysctls: List<String>? = null, val containerLogMaxFiles: Int? = null, val containerLogMaxSizeMB: Int? = null, val cpuCfsQuota: Boolean? = null, val cpuCfsQuotaPeriod: String? = null, val cpuManagerPolicy: String? = null, val failSwapOn: Boolean? = null, val imageGcHighThreshold: Int? = null, val imageGcLowThreshold: Int? = null, val podMaxPids: Int? = null, val topologyManagerPolicy: String? = null)
See AKS custom node configuration for more details.
Constructors
Link copied to clipboard
fun KubeletConfigResponse(allowedUnsafeSysctls: List<String>? = null, containerLogMaxFiles: Int? = null, containerLogMaxSizeMB: Int? = null, cpuCfsQuota: Boolean? = null, cpuCfsQuotaPeriod: String? = null, cpuManagerPolicy: String? = null, failSwapOn: Boolean? = null, imageGcHighThreshold: Int? = null, imageGcLowThreshold: Int? = null, podMaxPids: Int? = null, topologyManagerPolicy: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
The default is 'none'. See Kubernetes CPU management policies for more information. Allowed values are 'none' and 'static'.
Link copied to clipboard
Link copied to clipboard
For more information see Kubernetes Topology Manager. The default is 'none'. Allowed values are 'none', 'best-effort', 'restricted', and 'single-numa-node'.