Skip to content

Commit

Permalink
apt-get to gcloud components install
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Pawłowski <ppawl@google.com>
  • Loading branch information
pawloch00 committed Jan 10, 2025
1 parent 06022b9 commit 7df32eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ mkdir-bin:

.PHONY: install-kubectl
install-kubectl: mkdir-bin
sudo apt-get install kubectl
gcloud components install kubectl
gcloud components install gke-gcloud-auth-plugin

.PHONY: install-kueuectl
Expand Down

0 comments on commit 7df32eb

Please sign in to comment.