sysctls

@JvmName(name = "chasgrpaxsxextxl")
suspend fun sysctls(value: Output<Map<String, String>>)
@JvmName(name = "ptihbgdldacgibhe")
suspend fun sysctls(value: Map<String, String>?)

Parameters

value

The Linux kernel parameters to be applied to the nodes and all pods running on the nodes. Specified as a map from the key, such as net.core.wmem_max, to a string value. Currently supported attributes can be found here. Note that validations happen all server side. All attributes are optional.


@JvmName(name = "nxvrjxwupfbefcqq")
fun sysctls(vararg values: Pair<String, String>)

Parameters

values

The Linux kernel parameters to be applied to the nodes and all pods running on the nodes. Specified as a map from the key, such as net.core.wmem_max, to a string value. Currently supported attributes can be found here. Note that validations happen all server side. All attributes are optional.