mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
This should make 'no space left on device' problems easier to handle Use /tmp/releases as local_release_dir CI created machine, while keeping the same folder on the runner (needed for gitlab-ci runner pods)
20 lines
323 B
YAML
20 lines
323 B
YAML
---
|
|
|
|
# VM sizing
|
|
vm_cpu_cores: 2
|
|
vm_cpu_sockets: 1
|
|
vm_cpu_threads: 2
|
|
vm_memory: 2048
|
|
releases_disk_size: 2Gi
|
|
|
|
# Request/Limit allocation settings
|
|
cpu_allocation_ratio: 0.25
|
|
memory_allocation_ratio: 1
|
|
|
|
# Deployment mode
|
|
mode: default
|
|
|
|
node_groups:
|
|
- 'all'
|
|
cluster_layout: "{{ molecule_yml.platforms | d(scenarios[mode]) }}"
|