manual-init (whatever)
curl https://heropunch.io/xjix/grid/doc/tip/net-setup.sh | sh -
pair to cluster
on existing node
/opt/grid/grid.rc add-peer $handle
http://$handle:$rbac_key@$self_ip:$grid_port
on the new node
cd /opt
fossil clone http://$handle:$rbac_key@$public_ip:$grid_port grid.fossil
grid/boot.sh --merge
- [fossil] clone cluster state from introducer
- [boot/merge] fetch service binaries
- [boot/merge] join tinc mesh
- [boot/merge] push peer info (all nodes, nofail)
- [boot/merge] setup cron pump
- READY
cloud-init (vultr)
???