Skip to content

Commit 5aac6a6

Browse files
authored
Update main.tf
1 parent 1fb07aa commit 5aac6a6

File tree

1 file changed

+3
-2
lines changed
  • examples/simple_autopilot_private_non_default_sa

1 file changed

+3
-2
lines changed

examples/simple_autopilot_private_non_default_sa/main.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ module "gke" {
4949
enable_vertical_pod_autoscaling = true
5050
enable_private_endpoint = true
5151
enable_private_nodes = true
52-
node_pools_cgroup_mode = "CGROUP_MODE_V2"
53-
deletion_protection = false
52+
# TODO: b/413643369
53+
# node_pools_cgroup_mode = "CGROUP_MODE_V2"
54+
deletion_protection = false
5455

5556
master_authorized_networks = [
5657
{

0 commit comments

Comments
 (0)