mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 04:08:02 +03:00
Add overcommitment for CPU in Packet CI playbook (#4597)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
04f2682ac6
commit
88fe3403ce
@@ -34,6 +34,9 @@ spec:
|
||||
threads: {{ vm_cpu_cores }}
|
||||
resources:
|
||||
requests:
|
||||
memory: {{ vm_memory * memory_allocation_ratio }}
|
||||
cpu: {{ vm_cpu_cores * cpu_allocation_ratio }}
|
||||
limits:
|
||||
memory: {{ vm_memory }}
|
||||
cpu: {{ vm_cpu_cores }}
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user