🔧 Tweak talos special mode

Correctly install kubectl; talosctl; talosctl completion
This commit is contained in:
Jérôme Petazzoni
2026-06-09 17:36:13 +02:00
parent 035678da48
commit ea7b36bb6c
2 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -14,5 +14,6 @@ STEPS="
createuser
tailhist
talos
kubepkgs
kubetools
"