tired of the image pull backoffs
This commit is contained in:
parent
a910f0a73b
commit
83275b1be4
1 changed files with 15 additions and 0 deletions
|
@ -139,6 +139,19 @@ nodes:
|
||||||
- siderolabs/intel-ucode
|
- siderolabs/intel-ucode
|
||||||
worker:
|
worker:
|
||||||
patches:
|
patches:
|
||||||
|
# registries
|
||||||
|
- ®istries |-
|
||||||
|
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
|
||||||
|
|
Reference in a new issue