- Boot the new machines to install Talos Linux
- Apply the appropriate configuration file (
worker.yamlorcontrolplane.yaml) to each new machine
Get the appropriate machine configuration
You need a validcontrolplane.yaml or worker.yaml to apply to new nodes. If your cluster has been upgraded since it was initially created, your original files may be stale, regenerate them instead using the reproducible machine configuration workflow.
Apply configuration to new nodes
Once you have the machine config, apply it to each new node using its IP address:--insecure flag is required because the PKI infrastructure has not yet been made available to the new node.
You do not need to bootstrap the new node. Whether you are adding a control plane or worker node, it will join the cluster automatically in its assigned role.