diff --git a/test/deploy-cluster.sh b/test/deploy-cluster.sh index da463fc139dc..63a588c8ec62 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=