bland-monitor-37952
06/06/2025, 10:49 AMcontrolplane
and worker
configurations.
• Construct a series of Proxmox virtual machine resources which use those configurations in the cloud-init
config for the VMs.
• Call the bootstrap
method on the Talos cluster resource, which finishes setting up the cluster but needs a running VM with a known IP to do so.
Technically the cluster isn't 'done', and I can't register all the outputs I might want, until bootstrap
is finished. But I guess if I don't call registerOutputs
in the constructor, and the Proxmox VMs have the Talos cluster as a parent, they might never create...echoing-dinner-19531
06/06/2025, 11:07 AMBut I guess if I don't callThey'll still create before registerOutputs is calledin the constructor, and the Proxmox VMs have the Talos cluster as a parent, they might never create...registerOutputs
bland-monitor-37952
06/06/2025, 11:07 AMechoing-dinner-19531
06/06/2025, 11:07 AMbland-monitor-37952
06/06/2025, 11:08 AMbland-monitor-37952
06/06/2025, 11:21 AMregisterOutputs
is automatically called (after the constructor completes?) for resources if you haven't already called it. So I don't actually need to call it anywhere explicitly?echoing-dinner-19531
06/06/2025, 11:26 AM