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.
This commit is contained in:
Max Gautier
2026-04-09 03:01:30 +00:00
committed by GitHub
parent 47bb0301e4
commit ea36ebe236
2 changed files with 8 additions and 0 deletions

View File

@@ -7,3 +7,7 @@ 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

View File

@@ -7,3 +7,7 @@ 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