🔨」 fix: compliant with the subject

This commit is contained in:
2025-08-27 22:23:47 +02:00
parent 4f1b5a122f
commit b569c1ab61
8 changed files with 6 additions and 5 deletions

8
p1/scripts/setup-SW.sh Normal file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env sh
while [ ! -f /vagrant/node-token ];
do sleep 1;
done
TOKEN=$(cat /vagrant/node-token)
curl -sfL https://get.k3s.io | K3S_URL=https://192.168.56.110:6443 K3S_TOKEN=$TOKEN sh -s - --node-ip=192.168.56.111