mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-31 17:19:17 -03:30
Bump centos8 CI job memory to 3go and remove mitogen for fedora CI (#7921)
This commit is contained in:
@@ -31,7 +31,7 @@ spec:
|
||||
cpu:
|
||||
cores: {{ vm_cpu_cores }}
|
||||
sockets: {{ vm_cpu_sockets }}
|
||||
threads: {{ vm_cpu_cores }}
|
||||
threads: {{ vm_cpu_threads }}
|
||||
resources:
|
||||
requests:
|
||||
memory: {{ vm_memory * memory_allocation_ratio }}
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
# Instance settings
|
||||
cloud_image: centos-8
|
||||
mode: default
|
||||
vm_memory: 3072Mi
|
||||
|
||||
# Kubespray settings
|
||||
kube_network_plugin: calico
|
||||
|
||||
Reference in New Issue
Block a user