Skip to content

Commit

Permalink
install kubectl properly
Browse files Browse the repository at this point in the history
  • Loading branch information
neg-loss committed Mar 23, 2024
1 parent b95993b commit dd010a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
- name: Configure kubectl
run: |
gcloud components install kubectl
gcloud components install gke-gcloud-auth-plugin
gcloud container clusters get-credentials autopilot-cluster-1 --zone asia-south1 --project data-science-project-418009
- name: Deploy to GKE
Expand Down

0 comments on commit dd010a3

Please sign in to comment.