[CI] kube 1.24 requires at least 1775Mi of memory, might as well leave the default of 2048
parent
fad296616c
commit
5dc8be9aa2
|
@ -2,7 +2,6 @@
|
||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_image: ubuntu-1804
|
cloud_image: ubuntu-1804
|
||||||
mode: aio
|
mode: aio
|
||||||
vm_memory: 1600Mi
|
|
||||||
|
|
||||||
# Use docker
|
# Use docker
|
||||||
container_manager: docker
|
container_manager: docker
|
||||||
|
|
|
@ -2,4 +2,3 @@
|
||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_image: ubuntu-1804
|
cloud_image: ubuntu-1804
|
||||||
mode: aio
|
mode: aio
|
||||||
vm_memory: 1600Mi
|
|
||||||
|
|
|
@ -2,4 +2,3 @@
|
||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_image: ubuntu-1804
|
cloud_image: ubuntu-1804
|
||||||
mode: ha-recover-noquorum
|
mode: ha-recover-noquorum
|
||||||
vm_memory: 1600Mi
|
|
||||||
|
|
|
@ -2,4 +2,3 @@
|
||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_image: ubuntu-1804
|
cloud_image: ubuntu-1804
|
||||||
mode: ha-recover
|
mode: ha-recover
|
||||||
vm_memory: 1600Mi
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_image: ubuntu-1804
|
cloud_image: ubuntu-1804
|
||||||
mode: ha
|
mode: ha
|
||||||
vm_memory: 1600Mi
|
|
||||||
|
|
||||||
# Kubespray settings
|
# Kubespray settings
|
||||||
kubeadm_certificate_key: 3998c58db6497dd17d909394e62d515368c06ec617710d02edea31c06d741085
|
kubeadm_certificate_key: 3998c58db6497dd17d909394e62d515368c06ec617710d02edea31c06d741085
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_image: ubuntu-1804
|
cloud_image: ubuntu-1804
|
||||||
mode: ha
|
mode: ha
|
||||||
vm_memory: 1600Mi
|
|
||||||
|
|
||||||
# Kubespray settings
|
# Kubespray settings
|
||||||
kubeadm_certificate_key: 3998c58db6497dd17d909394e62d515368c06ec617710d02edea31c06d741085
|
kubeadm_certificate_key: 3998c58db6497dd17d909394e62d515368c06ec617710d02edea31c06d741085
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_image: ubuntu-2004
|
cloud_image: ubuntu-2004
|
||||||
mode: aio
|
mode: aio
|
||||||
vm_memory: 1600Mi
|
|
||||||
|
|
||||||
# Kubespray settings
|
# Kubespray settings
|
||||||
auto_renew_certificates: true
|
auto_renew_certificates: true
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_image: ubuntu-2004
|
cloud_image: ubuntu-2004
|
||||||
mode: aio
|
mode: aio
|
||||||
vm_memory: 1600Mi
|
|
||||||
|
|
||||||
# Kubespray settings
|
# Kubespray settings
|
||||||
auto_renew_certificates: true
|
auto_renew_certificates: true
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_image: ubuntu-2004
|
cloud_image: ubuntu-2004
|
||||||
mode: ha
|
mode: ha
|
||||||
vm_memory: 1600Mi
|
|
||||||
|
|
||||||
# Kubespray settings
|
# Kubespray settings
|
||||||
calico_wireguard_enabled: true
|
calico_wireguard_enabled: true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
$num_instances = 16
|
$num_instances = 16
|
||||||
$vm_memory ||= 1600
|
$vm_memory ||= 2048
|
||||||
$os = "ubuntu1804"
|
$os = "ubuntu1804"
|
||||||
$network_plugin = "weave"
|
$network_plugin = "weave"
|
||||||
$kube_master_instances = 1
|
$kube_master_instances = 1
|
||||||
|
|
Loading…
Reference in New Issue