Files
kubespray/tests/files/fedora42-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
272 B
YAML

---
# Instance settings
cloud_image: fedora-42
# Kubespray settings
auto_renew_certificates: true
# Test with SELinux in enforcing mode
preinstall_selinux_state: enforcing
# Test that download/container did pre-load the image on the nodes
k8s_image_pull_policy: Never