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
|
||||
worker:
|
||||
patches:
|
||||
# registries
|
||||
- ®istries |-
|
||||
machine:
|
||||
registries:
|
||||
config:
|
||||
registry-1.docker.io:
|
||||
auth:
|
||||
username: ${dockerUsername}
|
||||
password: ${dockerPassword}
|
||||
docker.io:
|
||||
auth:
|
||||
username: ${dockerUsername}
|
||||
password: ${dockerPassword}
|
||||
# hugepages
|
||||
- &hugepages |-
|
||||
machine:
|
||||
|
@ -224,6 +237,8 @@ worker:
|
|||
- 10.1.1.1
|
||||
controlPlane:
|
||||
patches:
|
||||
# registries
|
||||
- *registries
|
||||
# hugepages
|
||||
- *hugepages
|
||||
# Kubelet local mount
|
||||
|
|
Reference in a new issue