Skip to content

Commit

Permalink
feat: Test the quick-start-gke document (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
spchortis authored Sep 21, 2023
1 parent 91c462c commit 2b551c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ kind 0.17.0
kubectl 1.27.4
pre-commit 3.3.3
tilt 0.33.3
gcloud 445.0.0
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ plugin_install: ## install asdf plugins
@asdf plugin add kubectl https://github.com/asdf-community/asdf-kubectl.git || true
@asdf plugin add pre-commit https://github.com/jonathanmorley/asdf-pre-commit.git || true
@asdf plugin add tilt https://github.com/virtualstaticvoid/asdf-tilt.git || true
@asdf plugin add gcloud https://github.com/jthegedus/asdf-gcloud.git || true

plugin_uninstall: ## uninstall asdf plugins
@asdf plugin remove argocd || true
Expand All @@ -53,6 +54,7 @@ plugin_uninstall: ## uninstall asdf plugins
@asdf plugin remove kubectl || true
@asdf plugin remove pre-commit || true
@asdf plugin remove tilt || true
@asdf plugin remove gcloud || true

asdf_install: plugin_install ## install all plugins and packages present in .tool-versions file
@asdf install
Expand Down

0 comments on commit 2b551c2

Please sign in to comment.