mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
A bug reported in #299 resulted in it not being possible to schedule two Talos nodes on the same host machine with the same schematic ID and image version This commit fixes #299 Signed-off-by: Vegard Hagen <[email protected]>
12 lines
250 B
Plaintext
12 lines
250 B
Plaintext
machine:
|
|
network:
|
|
interfaces:
|
|
- deviceSelector:
|
|
hardwareAddr: ${mac_address}
|
|
addresses:
|
|
- ${ip}/${subnet_mask}
|
|
routes:
|
|
- network: 0.0.0.0/0
|
|
gateway: ${gateway}
|
|
dhcp: false
|