ee6417c18e
Fresh clusters were repeatedly timing out while kubelet pulled the pause image, k3s packaged component images, and Flux controller images onto the first control plane. Pre-pull the core control-plane bootstrap images into containerd on cp-1 so Flux and packaged addons start from a warm cache instead of racing registry TLS timeouts.
13 lines
525 B
YAML
13 lines
525 B
YAML
---
|
|
bootstrap_prepull_images:
|
|
- docker.io/rancher/mirrored-pause:3.6
|
|
- docker.io/rancher/mirrored-coredns-coredns:1.14.2
|
|
- docker.io/rancher/mirrored-metrics-server:v0.8.1
|
|
- docker.io/rancher/local-path-provisioner:v0.0.35
|
|
- docker.io/rancher/mirrored-library-traefik:3.6.10
|
|
- docker.io/rancher/klipper-helm:v0.9.14-build20260309
|
|
- ghcr.io/fluxcd/source-controller:v1.8.0
|
|
- ghcr.io/fluxcd/kustomize-controller:v1.8.1
|
|
- ghcr.io/fluxcd/helm-controller:v1.5.1
|
|
- ghcr.io/fluxcd/notification-controller:v1.8.1
|