diff --git a/just/bluefin-tools.just b/just/bluefin-tools.just index 88e07c42a4f..a89c10bb6fd 100644 --- a/just/bluefin-tools.just +++ b/just/bluefin-tools.just @@ -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