Skip to content

Commit

Permalink
feat: add k8s-dev-tools to ujust directly on bluefin (#1877)
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge O. Castro <[email protected]>
  • Loading branch information
tulilirockz and castrojo authored Nov 6, 2024
1 parent 7a0fffd commit 511c621
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions just/bluefin-tools.just
Original file line number Diff line number Diff line change
Expand Up @@ -266,3 +266,9 @@ invokeai:
systemctl --user daemon-reload
systemctl --user start invokeai.service
echo "InvokeAI container started. You can access it at http://localhost:9091"
# 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

0 comments on commit 511c621

Please sign in to comment.