kubeletConfig

@JvmName(name = "jlflaqiejqhikuje")
suspend fun kubeletConfig(value: Output<ClusterNodePoolNodeConfigKubeletConfigArgs>)
@JvmName(name = "neaumxqiulhybwvc")
suspend fun kubeletConfig(value: ClusterNodePoolNodeConfigKubeletConfigArgs?)

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 = "owtdgdbgftegtlye")
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
}