HOMELAB-817: add static IP to Talos machine config patches #163

Merged
claude-agent merged 1 commit from plane/HOMELAB-817-etcd-stability into live 2026-04-06 05:22:48 +00:00
Owner

Prevents DHCP fallback after config apply/reboot. CP got 10.10.10.66 instead of .10 and took the cluster offline.

Prevents DHCP fallback after config apply/reboot. CP got 10.10.10.66 instead of .10 and took the cluster offline.
HOMELAB-817: fix(talos-cluster): add static IP to machine config patches
Some checks failed
0/0 projects applied successfully.
CI Review / pr-title (pull_request) Has been cancelled
CI Review / helm-validate (pull_request) Has been cancelled
CI Review / ai-review (pull_request) Has been cancelled
Lint & Validate / terraform-validate (pull_request) Has been cancelled
Lint & Validate / yaml-lint (pull_request) Has been cancelled
Lint & Validate / shellcheck (pull_request) Has been cancelled
be85d9611a
Talos was relying on Proxmox cloud-init for IP assignment, which broke
after a config apply/reboot — the CP node got DHCP address 10.10.10.66
instead of the expected 10.10.10.10, taking the entire cluster offline.

Add explicit machine.network.interfaces config patch for both CP and
worker nodes using the IP from the control_planes/workers variables.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aaron/infra-core!163
No description provided.