From 205ca79b2de397a8c06268f96612e7c10722540d Mon Sep 17 00:00:00 2001 From: "Yuan (Bob) Gong" Date: Tue, 19 May 2020 11:27:36 +0800 Subject: [PATCH] fix(testing) - Fix "1.14.10-gke.27" is unsupported (#3781) --- test/deploy-cluster.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/deploy-cluster.sh b/test/deploy-cluster.sh index 68a154703a..cf79699097 100755 --- a/test/deploy-cluster.sh +++ b/test/deploy-cluster.sh @@ -70,8 +70,7 @@ else # easily compare performance. We can reduce usage later. 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.10-gke.27" + KUBERNETES_VERSION_ARG="--cluster-version=1.14" if [ "$ENABLE_WORKLOAD_IDENTITY" = true ]; then WI_ARG="--identity-namespace=$PROJECT.svc.id.goog" SCOPE_ARG=