Skip to content

Commit

Permalink
Fix gke e2e tests
Browse files Browse the repository at this point in the history
e2e are failing because of a warning returned by the gke github action. Install gke-gcloud-auth-plugin to fix this
  • Loading branch information
raulcabello committed Dec 21, 2022
1 parent b17f9bf commit 14e1058
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
-
name: Setup gcloud
uses: google-github-actions/setup-gcloud@v1
with:
install_components: 'gke-gcloud-auth-plugin'

-
name: Install gcloud kubectl version
run: gcloud components install kubectl
Expand Down

0 comments on commit 14e1058

Please sign in to comment.