2023-12-20 16:59:02 +08:00
---
# Instance settings
2024-05-18 15:35:20 +08:00
cloud_image : ubuntu-2404
mode : all-in-one
2024-07-01 18:25:36 +08:00
vm_memory : 1600
2023-12-20 16:59:02 +08:00
# Kubespray settings
auto_renew_certificates : true
2024-05-18 15:35:20 +08:00
# Currently ipvs not available on KVM: https://packages.ubuntu.com/search?suite=noble&arch=amd64&mode=exactfilename&searchon=contents&keywords=ip_vs_sh.ko
2023-12-20 16:59:02 +08:00
kube_proxy_mode : iptables
2024-08-28 13:30:56 +08:00
enable_nodelocaldns : false
2023-12-20 16:59:02 +08:00
containerd_registries_mirrors :
- prefix : docker.io
mirrors :
- host : https://mirror.gcr.io
capabilities : [ "pull" , "resolve" ]
skip_verify : false
- prefix : 172.19 .16 .11 : 5000
mirrors :
- host : http://172.19.16.11:5000
capabilities : [ "pull" , "resolve" , "push" ]
skip_verify : true
2024-09-04 19:44:11 +08:00
kube_reserved : true
system_reserved : true