Skip to content

Commit

Permalink
new version requires to install kubectl plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTiedemann committed Jan 30, 2025
1 parent 2af07ab commit 33cbf0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/setup-credentials/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ runs:
- name: Setup authentication
shell: bash
run: |
gcloud components install gke-gcloud-auth-plugin
gcloud container clusters get-credentials "$GKE_CLUSTER" --region "$GKE_REGION" --project "$GKE_PROJECT"
env:
GKE_REGION: ${{ inputs.gke-region }}
Expand Down

0 comments on commit 33cbf0a

Please sign in to comment.