Skip to content

Commit

Permalink
fixed gke cloud auth plugin issue
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Reddy <[email protected]>
  • Loading branch information
Vivek Reddy committed Oct 11, 2024
1 parent 31c0684 commit 28ad9a6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/int-test-gcp-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,11 @@ jobs:
run: |
gcloud container clusters get-credentials ${{ env.CLUSTER_NAME }} --zone ${{ env.GCP_ZONE }} --project ${{ env.GCP_PROJECT_ID }}
- name: Install gke-gcloud-auth-plugin
run: |
gcloud components update --quiet
gcloud components install gke-gcloud-auth-plugin --quiet
- name: Get GKE Credentials
uses: google-github-actions/get-gke-credentials@v1
with:
cluster_name: ${{ env.CLUSTER_NAME }}
location: ${{ env.GCP_ZONE }}

- name: Install Metrics Server
run: |
Expand Down

0 comments on commit 28ad9a6

Please sign in to comment.