🤖 Generated by the Daily AI Engineer
Summary
Make Cilium's production device selection homogeneous across every managed node before the default-off bandwidth manager is activated.
Motivation
The current Hetzner overlay intentionally pins private-network devices as enp7s0 eth1: workers use enp7s0, while control planes use eth1. That protects the existing WireGuard and mutual-auth path, but Cilium's bandwidth-manager guidance requires each manually listed device name to exist consistently on every managed node. Enabling #2608 before resolving this mismatch could leave one node class without the expected FQ qdisc or fail the agent roll.
Proposed solution
Reconfirm the live six-node inventory, then choose the smallest safe homogeneous strategy: normalize the private NIC name in Talos, or adopt a supported auto-detection/selection mechanism that still resolves only the private-network NIC on both node classes. Keep the bandwidth-manager component off until the strategy is proven.
Acceptance criteria
Alternatives considered
- Keep the heterogeneous manual list: rejected for bandwidth-manager activation because upstream requires consistent names.
- Remove
devices immediately: rejected because that pin currently prevents the public-NIC mutual-auth failure documented in the overlay.
Part of #2029. Blocks activation of #2608. Rough size: medium.
Summary
Make Cilium's production device selection homogeneous across every managed node before the default-off bandwidth manager is activated.
Motivation
The current Hetzner overlay intentionally pins private-network devices as
enp7s0 eth1: workers useenp7s0, while control planes useeth1. That protects the existing WireGuard and mutual-auth path, but Cilium's bandwidth-manager guidance requires each manually listed device name to exist consistently on every managed node. Enabling #2608 before resolving this mismatch could leave one node class without the expected FQ qdisc or fail the agent roll.Proposed solution
Reconfirm the live six-node inventory, then choose the smallest safe homogeneous strategy: normalize the private NIC name in Talos, or adopt a supported auto-detection/selection mechanism that still resolves only the private-network NIC on both node classes. Keep the bandwidth-manager component off until the strategy is proven.
Acceptance criteria
Alternatives considered
devicesimmediately: rejected because that pin currently prevents the public-NIC mutual-auth failure documented in the overlay.Part of #2029. Blocks activation of #2608. Rough size: medium.