Skip to content

Commit

Permalink
Remove --cluster-version flag
Browse files Browse the repository at this point in the history
GKE cluster creation started failing [^1], I'm guessing it's because
they no longer support 1.23. Let's just remove the flag and use the
default version.

[^1]: https://github.com/cilium/charts/actions/runs/6165997073

Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent authored and aanm committed Sep 13, 2023
1 parent 72cc7be commit a4ee310
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/conformance-gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
env:
clusterName: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
zone: us-west2-a
k8s_version: 1.23
# https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke
USE_GKE_GCLOUD_AUTH_PLUGIN: True

Expand Down Expand Up @@ -79,7 +78,6 @@ jobs:
gcloud container clusters create ${{ env.clusterName }} \
--labels "usage=${{ github.repository_owner }}-${{ github.event.repository.name }},owner=${{ steps.vars.outputs.owner }}" \
--zone ${{ env.zone }} \
--cluster-version ${{ env.k8s_version }} \
--image-type COS_CONTAINERD \
--num-nodes 2 \
--machine-type e2-custom-2-4096 \
Expand Down

0 comments on commit a4ee310

Please sign in to comment.