cgroupMode

@JvmName(name = "gbbblsbqujirjvxp")
suspend fun cgroupMode(value: Output<String>)
@JvmName(name = "oesdbhclolilisfy")
suspend fun cgroupMode(value: String?)

Parameters

value

Possible cgroup modes that can be used. Accepted values are:

  • CGROUP_MODE_UNSPECIFIED: CGROUP_MODE_UNSPECIFIED is when unspecified cgroup configuration is used. The default for the GKE node OS image will be used.

  • CGROUP_MODE_V1: CGROUP_MODE_V1 specifies to use cgroupv1 for the cgroup configuration on the node image.

  • CGROUP_MODE_V2: CGROUP_MODE_V2 specifies to use cgroupv2 for the cgroup configuration on the node image.