From f2fb879f580edfe29da221c08e9fde110046c846 Mon Sep 17 00:00:00 2001 From: Alexey Volkov Date: Fri, 24 Jan 2020 18:12:30 -0800 Subject: [PATCH] Tests - Fixed presubmit tests 1.14.8-gke.17 is no longer supported while 1.14.10-gke.17 and 1.14.9-gke.23 have broken Workflow Identity. --- test/deploy-cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/deploy-cluster.sh b/test/deploy-cluster.sh index da463fc139d..63a588c8ec6 100755 --- a/test/deploy-cluster.sh +++ b/test/deploy-cluster.sh @@ -69,7 +69,7 @@ else NODE_POOL_CONFIG_ARG="--num-nodes=2 --machine-type=n1-standard-8 \ --enable-autoscaling --max-nodes=8 --min-nodes=2" # Use new kubernetes master to improve workload identity stability. - KUBERNETES_VERSION_ARG="--cluster-version=1.14.8-gke.17" + KUBERNETES_VERSION_ARG="--cluster-version=1.14.8-gke.33" if [ "$ENABLE_WORKLOAD_IDENTITY" = true ]; then WI_ARG="--identity-namespace=$PROJECT.svc.id.goog" SCOPE_ARG=