feat(talos): add justfile tooling and fix CP-1 network selector #62
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
*to specific MAC addressProblem
The wildcard
hardwareAddr: "*"in talconfig.yaml was matching multiple interfaces (bond0, dummy0, enp2s0), causing Talos to create VLAN 30 sub-interfaces on all of them. This confused Talos's network stack - it couldn't determine which interface should be primary, so the gateway route wasn't applied properly, resulting in no network connectivity.Solution
Changed to the specific MAC address (
38:05:25:34:25:d0) for the UM760's 2.5GbE port that connects to VyOS eth2.New Justfile Commands
just genconfigjust bootstrapjust kubeconfigjust dashboard [node]just status [node]just services [node]just logs <service> [node]just apply-config <node>just talosctl <args>Node targeting supports:
cp-1/cp1/1,cp-2/cp2/2,cp-3/cp3/3, orallTest plan
🤖 Generated with Claude Code