mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-07-25 07:08:23 -02:30
Reboot only when required, add the option to clean packages. (#13327)
* Reboot only when required, add the option to clean packages. * Update docs to reflect only Debian based distribution can be apt autocleaned * Add apt cleanup to upgrade tests
This commit is contained in:
@@ -6,6 +6,7 @@ vm_memory: 3072
|
||||
|
||||
# Kubespray settings
|
||||
auto_renew_certificates: true
|
||||
system_upgrade_autoclean: true
|
||||
|
||||
# Currently ipvs not available on KVM: https://packages.ubuntu.com/search?suite=focal&arch=amd64&mode=exactfilename&searchon=contents&keywords=ip_vs_sh.ko
|
||||
kube_proxy_mode: iptables
|
||||
|
||||
@@ -7,6 +7,7 @@ vm_memory: 3072
|
||||
# Kubespray settings
|
||||
container_manager: crio
|
||||
auto_renew_certificates: true
|
||||
system_upgrade_autoclean: true
|
||||
|
||||
# Currently ipvs not available on KVM: https://packages.ubuntu.com/search?suite=noble&arch=amd64&mode=exactfilename&searchon=contents&keywords=ip_vs_sh.ko
|
||||
kube_proxy_mode: iptables
|
||||
|
||||
Reference in New Issue
Block a user