mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-09 20:19:24 -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
244 B
YAML
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
|