Kubernetes Engine V1beta1 API - Module Google::Cloud::Container::V1beta1::LinuxNodeConfig::CgroupMode (v0.19.0)

Reference documentation and code samples for the Kubernetes Engine V1beta1 API module Google::Cloud::Container::V1beta1::LinuxNodeConfig::CgroupMode.

Possible cgroup modes that can be used.

Constants

CGROUP_MODE_UNSPECIFIED

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

CGROUP_MODE_V1

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

CGROUP_MODE_V2

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.