Skip to content

Commit

Permalink
Manually install gcloud gke-gcloud-auth-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bergsalex committed Dec 11, 2023
1 parent 010cf60 commit 945aeeb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/_skaffold-deploy-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
environment: ${{ inputs.environment }}
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install Skaffold
run: |
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/latest/skaffold-linux-amd64 && \
Expand Down Expand Up @@ -53,6 +49,8 @@ jobs:
uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GCLOUD_CLUSTER_SA_KEY }}'
- name: Install Gcloud GKE Plugin
run: gcloud components install gke-gcloud-auth-plugin
- name: Get Cluster Credentials
run: |
export USE_GKE_GCLOUD_AUTH_PLUGIN=True
Expand Down

0 comments on commit 945aeeb

Please sign in to comment.