PacktPublishing / Lightweight-Kubernetes-with-K3s

MIT License
8 stars 7 forks source link

Node-1 not joining. #2

Open rubencabrera opened 4 years ago

rubencabrera commented 4 years ago

After fixing #1 the node-1 is provisioned but the sed performed on the service doesn't work because it doesn't contain the k3s server line anymore.

phanclan commented 4 years ago

I tried using this script which works in multipass. Unfortunately, does not work in Vagrant. curl -sfL https://get.k3s.io | K3S_TOKEN=$(cat /vagrant/node-token) K3S_URL=https://192.168.33.11:6443 sh -