From 511c621a72cc35a3dbbd9234392e485c454098a7 Mon Sep 17 00:00:00 2001 From: Tulili Date: Wed, 6 Nov 2024 11:26:09 -0300 Subject: [PATCH] feat: add k8s-dev-tools to ujust directly on bluefin (#1877) Co-authored-by: Jorge O. Castro --- just/bluefin-tools.just | 6 ++++++ 1 file changed, 6 insertions(+) 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