Define and create VirtualMachine resources on Harvester for the remaining platform control plane nodes. **Prerequisites:** * Harvester networks configured * Talos VM image available **Tasks:** - [ ] Create `clusters/harvester/vms/platform/cp-2.yaml`: - 8 vCPU, 16GB RAM, 100GB disk - Network: VLAN 30 - Boot order: Network (PXE) → Disk - [ ] Create `clusters/harvester/vms/platform/cp-3.yaml`: - Same specs as CP-2 - [ ] Add Hardware XRs for CP-2 and CP-3 (MAC addresses) to Tinkerbell - [ ] Verify VMs created in Harvester (powered off initially) - [ ] Verify Tinkerbell has workflows ready for both VMs **VM Specifications:** | VM | vCPU | RAM | Disk | Network | MAC | | -- | -- | -- | -- | -- | -- | | platform-cp-2 | 8 | 16GB | 100GB | VLAN 30 | 52:54:00:xx:xx:02 | | platform-cp-3 | 8 | 16GB | 100GB | VLAN 30 | 52:54:00:xx:xx:03 | **Reference:** * `docs/architecture/appendices/B_bootstrap_procedure.md` (Step 16)
Define and create VirtualMachine resources on Harvester for the remaining platform control plane nodes.
Prerequisites:
Tasks:
clusters/harvester/vms/platform/cp-2.yaml:clusters/harvester/vms/platform/cp-3.yaml:VM Specifications:
Reference:
docs/architecture/appendices/B_bootstrap_procedure.md(Step 16)