tired of the image pull backoffs

This commit is contained in:
Joseph Hanson 2025-01-01 01:17:41 -06:00
parent a910f0a73b
commit 83275b1be4
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

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