kubeletConfig

@JvmName(name = "wmspdxkqheotwfpc")
suspend fun kubeletConfig(value: Output<ClusterNodeConfigKubeletConfigArgs>)
@JvmName(name = "ksdrsjsuixhrfgfu")
suspend fun kubeletConfig(value: ClusterNodeConfigKubeletConfigArgs?)

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
}

@JvmName(name = "sqdmubkmomfeecid")
suspend fun kubeletConfig(argument: suspend ClusterNodeConfigKubeletConfigArgsBuilder.() -> 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
}