Skip to content

Commit

Permalink
Remove 1.23 e2e test cluster (#3082)
Browse files Browse the repository at this point in the history
  • Loading branch information
gongmax committed Apr 11, 2023
1 parent e5e2b28 commit a2e91cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/terraform/e2e/module.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ variable "kubernetes_versions_standard" {
description = "Create standard e2e test clusters with these k8s versions in these zones"
type = map(list(string))
default = {
"1.23" = ["us-east1-c", "UNSPECIFIED"]
"1.24" = ["us-west1-c", "UNSPECIFIED"]
"1.25" = ["us-central1-c", "UNSPECIFIED"]
"1.26" = ["asia-east1-c", "RAPID"]
Expand Down

0 comments on commit a2e91cb

Please sign in to comment.