mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-09 12:09:23 -02:30
Patch the control plane to never pull ; this will fail if the images are not correctly pre-loaded, which is the point.
14 lines
272 B
YAML
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
|