fix(testing) - Fix "1.14.10-gke.27" is unsupported (#3781)

This commit is contained in:
Yuan (Bob) Gong 2020-05-19 11:27:36 +08:00 committed by GitHub
parent 1dcea49472
commit 205ca79b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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=