Skip to content
Open
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions osdc/clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,19 @@ clusters:
central_memory_limit: "50Gi"
node_compactor:
min_node_age_seconds: 900
buildkit:
amd64_instance_type: m6id.24xlarge
amd64_pods_per_node: 2
arm64_instance_type: m7gd.16xlarge
arm64_pods_per_node: 4
autoscaling:
enabled: true
amd64_min: 2 # 1x m6id.24xlarge (2 pods/node)
amd64_max: 360 # ~90d peak ≈180, x2 for headroom
arm64_min: 4 # 1x m7gd.16xlarge (4 pods/node)
arm64_max: 30 # ~90d peak ≈15, x2 for headroom
amd64_fallback: 32 # if KEDA can't read metrics, hold the proven fixed pool
arm64_fallback: 8
arc-runners:
github_config_url: "https://github.com/pytorch"
github_secret_name: meta-prod-aws-ue1
Expand All @@ -267,6 +280,8 @@ clusters:
- arc
- nodepools
- arc-runners
- keda
- buildkit
- pypi-cache
- cache-enforcer
- zombie-cleanup
Expand Down
Loading