Skip to content

Commit

Permalink
Added command for installing K8s dev tools. (#309)
Browse files Browse the repository at this point in the history
* Added command for installing K8s dev tools.

* feat: add description echo to k8s dev tools

* Moving kubernetes.Brewfile into config

---------

Co-authored-by: Jorge O. Castro <[email protected]>
Co-authored-by: HikariKnight <[email protected]>
  • Loading branch information
3 people authored Sep 12, 2024
1 parent 79101cd commit caee891
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/ublue-os-just/06-k8s-dev-tools.just
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# vim: set ft=make :

# Install Kubernetes CLI dev tools
k8s-dev-tools:
#!/usr/bin/bash
echo "Adding Kubernetes command line tools..."
brew bundle --file /usr/share/ublue-os/homebrew/kubernetes.Brewfile
4 changes: 4 additions & 0 deletions files/usr/ublue-os/homebrew/kubernetes.Brewfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
brew "kubectl"
brew "k9s"
brew "kubectx"
brew "helm"

0 comments on commit caee891

Please sign in to comment.