Skip to content

Commit

Permalink
chore(test): change hard-coded GKE version to 1.25 (#9841)
Browse files Browse the repository at this point in the history
* update gke version

* try stable channel

* use 1.25.10-gke.2100

* use 1.25
  • Loading branch information
Linchin authored Aug 9, 2023
1 parent 7bb24e7 commit 2f32b23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/deploy-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ else
# reference: https://github.com/kubeflow/pipelines/issues/6696
# Hard-coded GKE to 1.25.10-gke.1200 (the latest 1.25 in STABLE channel). Reference:
# https://github.com/kubeflow/pipelines/issues/9704#issuecomment-1622310358
gcloud container clusters create ${TEST_CLUSTER} --image-type cos_containerd --release-channel stable --cluster-version 1.25.10-gke.1200 ${SCOPE_ARG} ${NODE_POOL_CONFIG_ARG} ${WI_ARG}
# 08/09/2023 update: 1.25.10-gke.1200 no longer supported, use 1.25.10-gke.2100 instead. Reference:
# https://cloud.google.com/kubernetes-engine/docs/release-notes-nochannel#2023-r17_version_updates
gcloud container clusters create ${TEST_CLUSTER} --image-type cos_containerd --release-channel stable --cluster-version 1.25 ${SCOPE_ARG} ${NODE_POOL_CONFIG_ARG} ${WI_ARG}
fi

gcloud container clusters get-credentials ${TEST_CLUSTER}
Expand Down

0 comments on commit 2f32b23

Please sign in to comment.