Skip to content

Commit

Permalink
Testing - Upgraded GKE master version to fix tests (#3404)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun authored Mar 31, 2020
1 parent 0cbda10 commit 4a18f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/deploy-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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.10-gke.17"
KUBERNETES_VERSION_ARG="--cluster-version=1.14.10-gke.27"
if [ "$ENABLE_WORKLOAD_IDENTITY" = true ]; then
WI_ARG="--identity-namespace=$PROJECT.svc.id.goog"
SCOPE_ARG=
Expand Down

0 comments on commit 4a18f37

Please sign in to comment.