fix: remove hostname from talos config patches — already in v1alpha1 #174
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/HOMELAB-860-talos-hostname-conflict"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
HOMELAB-860
Talos rejects config patches that set
machine.network.hostnamewhen the v1alpha1 base config already has it. The module was updated to add hostname to network patches, but existing nodes already have static hostnames configured from prior deploys.Removes
hostnamefrom both CP and worker config patches. Nodes retain their hostnames from the existing v1alpha1 config.Plan Error