We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb07aa commit 5aac6a6Copy full SHA for 5aac6a6
examples/simple_autopilot_private_non_default_sa/main.tf
@@ -49,8 +49,9 @@ module "gke" {
49
enable_vertical_pod_autoscaling = true
50
enable_private_endpoint = true
51
enable_private_nodes = true
52
- node_pools_cgroup_mode = "CGROUP_MODE_V2"
53
- deletion_protection = false
+ # TODO: b/413643369
+ # node_pools_cgroup_mode = "CGROUP_MODE_V2"
54
+ deletion_protection = false
55
56
master_authorized_networks = [
57
{
0 commit comments