mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-09 12:09:23 -02:30
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:
@@ -7,3 +7,7 @@ gateway_api_enabled: true
|
|||||||
|
|
||||||
dns_mode: coredns_dual
|
dns_mode: coredns_dual
|
||||||
kube_asymmetric_encryption_algorithm: "RSA-3072"
|
kube_asymmetric_encryption_algorithm: "RSA-3072"
|
||||||
|
|
||||||
|
# Test download/container images pre-loading
|
||||||
|
|
||||||
|
k8s_image_pull_policy: Never
|
||||||
|
|||||||
@@ -7,3 +7,7 @@ auto_renew_certificates: true
|
|||||||
|
|
||||||
# Test with SELinux in enforcing mode
|
# Test with SELinux in enforcing mode
|
||||||
preinstall_selinux_state: enforcing
|
preinstall_selinux_state: enforcing
|
||||||
|
|
||||||
|
# Test that download/container did pre-load the image on the nodes
|
||||||
|
|
||||||
|
k8s_image_pull_policy: Never
|
||||||
|
|||||||
Reference in New Issue
Block a user