Files
inception-of-things/p1/setup-S.sh

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