mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-17 20:09:43 +00:00
🔧 Tweak talos special mode
Correctly install kubectl; talosctl; talosctl completion
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -14,5 +14,6 @@ STEPS="
|
||||
createuser
|
||||
tailhist
|
||||
talos
|
||||
kubepkgs
|
||||
kubetools
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user