Files
kubespray/tests/files/debian13-calico.yml
Max Gautier ea36ebe236 CI: test download/container pre pull (#13152)
Patch the control plane to never pull ; this will fail if the images are
not correctly pre-loaded, which is the point.
2026-04-09 08:31:30 +05:30

14 lines
244 B
YAML

---
# Instance settings
cloud_image: debian-13
# Kubespray settings
gateway_api_enabled: true
dns_mode: coredns_dual
kube_asymmetric_encryption_algorithm: "RSA-3072"
# Test download/container images pre-loading
k8s_image_pull_policy: Never