siderolabs / contrib

talos/sidero setup examples
Mozilla Public License 2.0
40 stars 29 forks source link

Question: Join new worker to existing cluster #47

Closed hxhieu closed 4 months ago

hxhieu commented 4 months ago

Hi and thanks for the work,

I have followed the basic example and have the nodes up on a Proxmox cluster. So now I would like to spin up another worker node for this same cluster, normally I would just talosctl apply-config -n ... -file worker.yaml

However, the worker.yaml was generated by the talosctl gen command instead and when using this Terraform setup I don't have that.

How could I join another worker node now?

Thanks.

smira commented 4 months ago

With Terraform, you just add a node and do terraform apply (or whatever makes sense in your case).

hxhieu commented 4 months ago

Right makes sense and I will give it a try. Thanks.