Skip to content

Commit

Permalink
Bump min gke version to fix TestAccContainerNodePool_fastSocket (#10945
Browse files Browse the repository at this point in the history
…) (#18403)

[upstream:7486b728dc94ab0cb47b64e61e0414da4b65c47d]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jun 11, 2024
1 parent 504ddfb commit 18df124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changelog/10945.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,7 @@ resource "google_container_cluster" "cluster" {
name = "%s"
location = "us-central1-f"
initial_node_count = 1
min_master_version = "1.25"
min_master_version = "1.28"
deletion_protection = false
network = "%s"
subnetwork = "%s"
Expand Down

0 comments on commit 18df124

Please sign in to comment.