From ea7b36bb6c45d9d03a3eba7a83dbbab076b287af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Tue, 9 Jun 2026 17:36:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Tweak=20talos=20special=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correctly install kubectl; talosctl; talosctl completion --- prepare-labs/lib/commands.sh | 2 ++ prepare-labs/settings/talos.env | 1 + 2 files changed, 3 insertions(+) diff --git a/prepare-labs/lib/commands.sh b/prepare-labs/lib/commands.sh index 4dd3b04d..f18edc29 100644 --- a/prepare-labs/lib/commands.sh +++ b/prepare-labs/lib/commands.sh @@ -1255,9 +1255,11 @@ _cmd_talos() { cp terraform/talos/* tags/$TAG cd tags/$TAG terraform apply -auto-approve + cd ../.. pssh " curl -sL https://talos.dev/install | sh + talosctl completion bash | sudo tee /etc/bash_completion.d/talosctl " echo "talos_ok" > status diff --git a/prepare-labs/settings/talos.env b/prepare-labs/settings/talos.env index e53f74e8..043e961f 100644 --- a/prepare-labs/settings/talos.env +++ b/prepare-labs/settings/talos.env @@ -14,5 +14,6 @@ STEPS=" createuser tailhist talos + kubepkgs kubetools "