♻️」 refactor: cleaned a little p1

This commit is contained in:
2025-08-27 20:23:13 +02:00
parent 8b44410a94
commit 591e502227
3 changed files with 3 additions and 18 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env sh
echo "Launching k3s install"
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--write-kubeconfig-mode 644" sh -s - server --cluster-init --node-ip=192.168.56.110
echo "Copying token"