mirror of
https://github.com/siderolabs/talos.git
synced 2026-05-05 20:36:18 +02:00
Move to using multi-doc registry configuration. Fixes #12120 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
35 lines
607 B
YAML
35 lines
607 B
YAML
machine:
|
|
features:
|
|
imageCache:
|
|
localEnabled: true
|
|
---
|
|
apiVersion: v1alpha1
|
|
kind: RegistryMirrorConfig
|
|
name: '*'
|
|
skipFallback: true
|
|
endpoints:
|
|
- url: http://172.20.0.251:65000
|
|
---
|
|
apiVersion: v1alpha1
|
|
kind: RegistryMirrorConfig
|
|
name: k8s.gcr.io
|
|
skipFallback: true
|
|
endpoints:
|
|
- url: http://172.20.0.251:65000
|
|
---
|
|
apiVersion: v1alpha1
|
|
kind: RegistryMirrorConfig
|
|
name: registry.k8s.io
|
|
skipFallback: true
|
|
endpoints:
|
|
- url: http://172.20.0.251:65000
|
|
---
|
|
apiVersion: v1alpha1
|
|
kind: VolumeConfig
|
|
name: IMAGECACHE
|
|
provisioning:
|
|
diskSelector:
|
|
match: 'system_disk'
|
|
maxSize: 3GiB
|
|
grow: true
|