Add support for cgroupMode
option under linux_node_config
for GKE nodes
#15656
Milestone
cgroupMode
option under linux_node_config
for GKE nodes
#15656
Community Note
Description
GKE has made the use of cgroup v2 the default since GKE v1.26 and has added the Linux cgroup mode configuration options to allow customers to change from the default
CGROUP_MODE_V2
toCGROUP_MODE_V1
to avoid issues like Node memory usage on cgroupv2 reported higher than cgroupv1.The option to manage the cgroup mode configuration under LinuxNodeConfig seems to be missing from the Terraform Google Provider.
Please add the
cgroup_mode
option underlinux_node_config
similar to how Upstream support for Kubelet and Linux Node configurations in GKE was added.New or Affected Resource(s)
Potential Terraform Configuration
References
b/299312482
The text was updated successfully, but these errors were encountered: