Skip to content

Commit

Permalink
[CI] kube 1.24 requires at least 1775Mi of memory, might as well leav…
Browse files Browse the repository at this point in the history
…e the default of 2048
  • Loading branch information
cristicalin authored and k8s-ci-robot committed Jun 15, 2022
1 parent fad2966 commit 5dc8be9
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion tests/files/packet_ubuntu18-aio-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Instance settings
cloud_image: ubuntu-1804
mode: aio
vm_memory: 1600Mi

# Use docker
container_manager: docker
Expand Down
1 change: 0 additions & 1 deletion tests/files/packet_ubuntu18-calico-aio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
# Instance settings
cloud_image: ubuntu-1804
mode: aio
vm_memory: 1600Mi
1 change: 0 additions & 1 deletion tests/files/packet_ubuntu18-calico-ha-recover-noquorum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
# Instance settings
cloud_image: ubuntu-1804
mode: ha-recover-noquorum
vm_memory: 1600Mi
1 change: 0 additions & 1 deletion tests/files/packet_ubuntu18-calico-ha-recover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
# Instance settings
cloud_image: ubuntu-1804
mode: ha-recover
vm_memory: 1600Mi
1 change: 0 additions & 1 deletion tests/files/packet_ubuntu18-flannel-ha-once.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Instance settings
cloud_image: ubuntu-1804
mode: ha
vm_memory: 1600Mi

# Kubespray settings
kubeadm_certificate_key: 3998c58db6497dd17d909394e62d515368c06ec617710d02edea31c06d741085
Expand Down
1 change: 0 additions & 1 deletion tests/files/packet_ubuntu18-flannel-ha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Instance settings
cloud_image: ubuntu-1804
mode: ha
vm_memory: 1600Mi

# Kubespray settings
kubeadm_certificate_key: 3998c58db6497dd17d909394e62d515368c06ec617710d02edea31c06d741085
Expand Down
1 change: 0 additions & 1 deletion tests/files/packet_ubuntu20-aio-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Instance settings
cloud_image: ubuntu-2004
mode: aio
vm_memory: 1600Mi

# Kubespray settings
auto_renew_certificates: true
Expand Down
1 change: 0 additions & 1 deletion tests/files/packet_ubuntu20-calico-aio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Instance settings
cloud_image: ubuntu-2004
mode: aio
vm_memory: 1600Mi

# Kubespray settings
auto_renew_certificates: true
Expand Down
1 change: 0 additions & 1 deletion tests/files/packet_ubuntu20-calico-ha-wireguard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Instance settings
cloud_image: ubuntu-2004
mode: ha
vm_memory: 1600Mi

# Kubespray settings
calico_wireguard_enabled: true
Expand Down
2 changes: 1 addition & 1 deletion tests/files/vagrant_ubuntu18-weave-medium.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$num_instances = 16
$vm_memory ||= 1600
$vm_memory ||= 2048
$os = "ubuntu1804"
$network_plugin = "weave"
$kube_master_instances = 1
Expand Down

0 comments on commit 5dc8be9

Please sign in to comment.