From f4409f9346998c3b79c478ae53d7dfb3cea78fca Mon Sep 17 00:00:00 2001 From: Arnaud Meukam Date: Tue, 9 Feb 2021 19:21:39 +0100 Subject: [PATCH 1/2] Enroll prow build clusters to a GKE release channel. Enrolling prow build clusters to the GKE release channel `STABLE`: https://cloud.google.com/kubernetes-engine/docs/release-notes-stable. Signed-off-by: Arnaud Meukam --- .../k8s-infra-prow-build-trusted/prow-build-trusted/main.tf | 1 + .../clusters/projects/k8s-infra-prow-build/prow-build/main.tf | 1 + 2 files changed, 2 insertions(+) diff --git a/infra/gcp/clusters/projects/k8s-infra-prow-build-trusted/prow-build-trusted/main.tf b/infra/gcp/clusters/projects/k8s-infra-prow-build-trusted/prow-build-trusted/main.tf index 33ff08cdc10..b0b612e4daa 100644 --- a/infra/gcp/clusters/projects/k8s-infra-prow-build-trusted/prow-build-trusted/main.tf +++ b/infra/gcp/clusters/projects/k8s-infra-prow-build-trusted/prow-build-trusted/main.tf @@ -130,6 +130,7 @@ module "prow_build_cluster" { cluster_location = local.cluster_location bigquery_location = local.bigquery_location is_prod_cluster = "true" + release_channel = "STABLE" } module "prow_build_nodepool" { diff --git a/infra/gcp/clusters/projects/k8s-infra-prow-build/prow-build/main.tf b/infra/gcp/clusters/projects/k8s-infra-prow-build/prow-build/main.tf index 277e1cb6c99..48e351e9ccf 100644 --- a/infra/gcp/clusters/projects/k8s-infra-prow-build/prow-build/main.tf +++ b/infra/gcp/clusters/projects/k8s-infra-prow-build/prow-build/main.tf @@ -105,6 +105,7 @@ module "prow_build_cluster" { cluster_location = local.cluster_location bigquery_location = local.bigquery_location is_prod_cluster = "true" + release_channel = "STABLE" } module "prow_build_nodepool_n1_highmem_8_maxiops" { From d4e9831e9350c8a9dfad39904e7ad28bf30d3f9b Mon Sep 17 00:00:00 2001 From: Arnaud Meukam Date: Tue, 9 Feb 2021 20:08:37 +0100 Subject: [PATCH 2/2] --amend Signed-off-by: Arnaud Meukam --- .../k8s-infra-prow-build-trusted/prow-build-trusted/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/gcp/clusters/projects/k8s-infra-prow-build-trusted/prow-build-trusted/main.tf b/infra/gcp/clusters/projects/k8s-infra-prow-build-trusted/prow-build-trusted/main.tf index b0b612e4daa..abd2b8202ba 100644 --- a/infra/gcp/clusters/projects/k8s-infra-prow-build-trusted/prow-build-trusted/main.tf +++ b/infra/gcp/clusters/projects/k8s-infra-prow-build-trusted/prow-build-trusted/main.tf @@ -130,7 +130,7 @@ module "prow_build_cluster" { cluster_location = local.cluster_location bigquery_location = local.bigquery_location is_prod_cluster = "true" - release_channel = "STABLE" + release_channel = "STABLE" } module "prow_build_nodepool" {