mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-10-13 18:44:45 +02:00
5 lines
184 B
Bash
5 lines
184 B
Bash
echo "Launching k3s install"
|
|
curl -sfL https://get.k3s.io | sh -s - --node-ip=192.168.56.110
|
|
echo "Copying token"
|
|
sudo cat /var/lib/rancher/k3s/server/node-token > /vagrant/node-token
|