kubelet Config
Parameters
value
Kubelet configuration, currently supported attributes can be found here. Structure is documented below.
kubelet_config {
cpu_manager_policy = "static"
cpu_cfs_quota = true
cpu_cfs_quota_period = "100us"
pod_pids_limit = 1024
}
Content copied to clipboard
suspend fun kubeletConfig(argument: suspend ClusterNodePoolNodeConfigKubeletConfigArgsBuilder.() -> Unit)
Parameters
argument
Kubelet configuration, currently supported attributes can be found here. Structure is documented below.
kubelet_config {
cpu_manager_policy = "static"
cpu_cfs_quota = true
cpu_cfs_quota_period = "100us"
pod_pids_limit = 1024
}
Content copied to clipboard