feat: network-overhaul #1038

Merged
jahanson merged 13 commits from network-overhaul into main 2025-01-01 01:42:14 -06:00
Showing only changes of commit 83275b1be4 - Show all commits

View file

@ -139,6 +139,19 @@ nodes:
- siderolabs/intel-ucode - siderolabs/intel-ucode
worker: worker:
patches: patches:
# registries
- &registries |-
machine:
registries:
config:
registry-1.docker.io:
auth:
username: ${dockerUsername}
password: ${dockerPassword}
docker.io:
auth:
username: ${dockerUsername}
password: ${dockerPassword}
# hugepages # hugepages
- &hugepages |- - &hugepages |-
machine: machine:
@ -224,6 +237,8 @@ worker:
- 10.1.1.1 - 10.1.1.1
controlPlane: controlPlane:
patches: patches:
# registries
- *registries
# hugepages # hugepages
- *hugepages - *hugepages
# Kubelet local mount # Kubelet local mount