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

@@ -242,7 +242,7 @@ module "processing-dp-cluster" {
}
}
}
# tftest modules=5 resources=9 fixtures=fixtures/gke-cluster-standard.tf e2e
# tftest modules=5 resources=9 fixtures=fixtures/gke-cluster-standard.tf
```
## IAM

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
}
}