🔨」 fix: fixed some things.

This commit is contained in:
2025-08-19 15:50:33 +02:00
parent c449e15879
commit e11e7fbff9

View File

@ -1,4 +1,4 @@
echo "Launching k3s install"
curl -sfL https://get.k3s.io | sh -s - --node-ip=192.168.56.110
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"
sudo cat /var/lib/rancher/k3s/server/node-token > /vagrant/node-token