Skip to content

Commit

Permalink
Add cilium 1.14.2@6c9cd94002bbb9bd2e1851e9b569c37d52f8bf05 ⎈
Browse files Browse the repository at this point in the history
Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Sep 12, 2023
1 parent 72cc7be commit fa7fc95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/conformance-gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: ConformanceGKE (ci-gke)

# Any change in triggers needs to be reflected in the concurrency group.
on:
pull_request:
push:
branches:
- master

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 +79,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 fa7fc95

Please sign in to comment.