Preparing a Node
This guide walks through preparing a physical node for cluster deployment.
Prerequisites
Before starting, ensure:
- The cluster configuration includes a hardware definition for your node's hardware type
- You have the appropriate raw Talos image for your node
To generate Talos images:
homelab generate-talos-images [version]
Imaging the node
Follow the instructions for your hardware type below.
Thinkcentre (tc) and Razer Blade (rb)
Consider formatting a USB drive with Ventoy to boot multiple ISO images from a single device.
- Connect the USB drive to your computer
- Either copy the raw image to Ventoy or write the ISO directly to the drive
- Insert the USB drive into the Thinkcentre
- Reboot the machine and select the USB drive as the boot device
- Wait for Talos Linux to boot
Configure networking
At this point, the node should have acquired an IP address via DHCP.
It's recommended to create a static DHCP reservation for this node and add a corresponding DNS A record.
If this is a control plane node, also add its DNS record to the A record for the cluster endpoint.
Verify boot state
Once booted, the node should be in maintenance mode.
Connect an HDMI cable to the node to view the Talos dashboard. The Stage field should read Maintenance.
If the node is not in maintenance mode, refer to Resetting a Node.