Make disposable Forgejo Actions runners lower priority #615
Labels
No labels
burndown-2026-06
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/infrastructure#615
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The 2026-07-23 and 2026-07-24 Forgejo DiskPressure incidents showed that the Forgejo app, database, and Actions runners all run at the default pod priority of zero. The general runners own disposable DinD
emptyDirscratch capped at 24 GiB per pod, while Forgejo and PostgreSQL are stateful services.Kubelet ranks node-pressure eviction candidates by whether usage exceeds requests, pod priority, and usage relative to requests. Kai does not want a critical-service PriorityClass for Forgejo. This issue owns the inverse policy: explicitly classify disposable batch runners below ordinary services.
Scope
system-cluster-criticalandsystem-node-criticalclasses limited to Kubernetes system workloads.node.kubernetes.io/disk-pressurescheduling taint.Acceptance
Related: #587 and #596.