mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
increase the memory requirement to 2GB (#11864)
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
This commit is contained in:
@@ -2,12 +2,10 @@
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-2204
|
||||
mode: all-in-one
|
||||
vm_memory: 1600
|
||||
vm_memory: 1800
|
||||
|
||||
# Kubespray settings
|
||||
auto_renew_certificates: true
|
||||
kubeadm_ignore_preflight_errors:
|
||||
- Mem
|
||||
|
||||
# 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
|
||||
|
||||
@@ -2,12 +2,10 @@
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-2204
|
||||
mode: all-in-one
|
||||
vm_memory: 1600
|
||||
vm_memory: 1800
|
||||
|
||||
# Kubespray settings
|
||||
auto_renew_certificates: true
|
||||
kubeadm_ignore_preflight_errors:
|
||||
- Mem
|
||||
|
||||
# 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
|
||||
|
||||
@@ -2,12 +2,10 @@
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-2204
|
||||
mode: all-in-one
|
||||
vm_memory: 1600
|
||||
vm_memory: 1800
|
||||
|
||||
# Kubespray settings
|
||||
auto_renew_certificates: true
|
||||
kubeadm_ignore_preflight_errors:
|
||||
- Mem
|
||||
|
||||
# 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
|
||||
|
||||
@@ -2,12 +2,10 @@
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-2404
|
||||
mode: all-in-one
|
||||
vm_memory: 1600
|
||||
vm_memory: 1800
|
||||
|
||||
# Kubespray settings
|
||||
auto_renew_certificates: true
|
||||
kubeadm_ignore_preflight_errors:
|
||||
- Mem
|
||||
|
||||
# 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
|
||||
|
||||
@@ -2,12 +2,10 @@
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-2404
|
||||
mode: all-in-one
|
||||
vm_memory: 1600
|
||||
vm_memory: 1800
|
||||
|
||||
# Kubespray settings
|
||||
auto_renew_certificates: true
|
||||
kubeadm_ignore_preflight_errors:
|
||||
- Mem
|
||||
|
||||
# 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
|
||||
|
||||
@@ -2,12 +2,10 @@
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-2404
|
||||
mode: node-etcd-client
|
||||
vm_memory: 1600
|
||||
vm_memory: 1800
|
||||
|
||||
# Kubespray settings
|
||||
auto_renew_certificates: true
|
||||
kubeadm_ignore_preflight_errors:
|
||||
- Mem
|
||||
|
||||
# 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