Skip to content

Commit

Permalink
Tests - Fixed presubmit tests (#2912)
Browse files Browse the repository at this point in the history
1.14.8-gke.17 is no longer supported while 1.14.10-gke.17 and 1.14.9-gke.23 have broken Workflow Identity.
  • Loading branch information
Ark-kun authored and k8s-ci-robot committed Jan 25, 2020
1 parent c268288 commit b24eac7
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 @@ -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=
Expand Down

0 comments on commit b24eac7

Please sign in to comment.