effectiveCgroupMode property

String? effectiveCgroupMode
getter/setter pair

effective_cgroup_mode is the cgroup mode actually used by the node pool.

It is determined by the cgroup mode specified in the LinuxNodeConfig or the default cgroup mode based on the cluster creation version.

Output only. Possible string values are:

  • "EFFECTIVE_CGROUP_MODE_UNSPECIFIED" : EFFECTIVE_CGROUP_MODE_UNSPECIFIED means the cgroup configuration for the node pool is unspecified, i.e. the node pool is a Windows node pool.
  • "EFFECTIVE_CGROUP_MODE_V1" : CGROUP_MODE_V1 means the node pool is configured to use cgroupv1 for the cgroup configuration.
  • "EFFECTIVE_CGROUP_MODE_V2" : CGROUP_MODE_V2 means the node pool is configured to use cgroupv2 for the cgroup configuration.

Implementation

core.String? effectiveCgroupMode;