Disable E2E for dataproc on GKE

This commit is contained in:
Wiktor Niesiobędzki
2025-07-29 15:00:06 +00:00
parent 9bd4363269
commit 1c46d3bcb5
2 changed files with 3 additions and 2 deletions

View File

@@ -41,7 +41,8 @@ module "gke-cluster-standard" {
kubelet_readonly_port_enabled = false
}
node_pool_auto_config = {
network_tags = ["foo"] # to avoid perma-diff
network_tags = ["foo"] # to avoid perma-diff
kubelet_readonly_port_enabled = false
}
}