Module: Google::Cloud::Container::V1beta1::LinuxNodeConfig::CgroupMode
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Possible cgroup modes that can be used.
Constant Summary collapse
- CGROUP_MODE_UNSPECIFIED =
CGROUP_MODE_UNSPECIFIED is when unspecified cgroup configuration is used. The default for the GKE node OS image will be used.
0
- CGROUP_MODE_V1 =
CGROUP_MODE_V1 specifies to use cgroupv1 for the cgroup configuration on the node image.
1
- CGROUP_MODE_V2 =
CGROUP_MODE_V2 specifies to use cgroupv2 for the cgroup configuration on the node image.
2