fix(testing) - Fix "1.14.10-gke.27" is unsupported (#3781)
This commit is contained in:
parent
1dcea49472
commit
205ca79b2d
|
|
@ -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=
|
||||
|
|
|
|||
Loading…
Reference in New Issue