I’m provisioning new hosts to be joined to an existing cluster. What I’m currently doing is, at cloud-init time, ssh into the master, run microk8s add-node
, save the output and run the suggested command on the new node.
This feels a bit hackish, is there a more efficient/automated way?
1 Like