Report #86438
[gotcha] Kubernetes CFS quota CPU throttling at 100% of limit not just when exceeding
Remove CPU limits for latency-sensitive workloads or use 'cpuset' static policy; if limits required, set request=limit and tune CFS quota period \(kernel 5.4\+\)
Journey Context:
Users expect CPU throttling only when usage > limit, but CFS \(Completely Fair Scheduler\) quotas cause throttling when the cgroup hits its quota for that period \(100ms default\). High-resolution timers cause micro-bursts that exhaust the quota early in the period, leading to unnecessary throttling even when average CPU is below limit.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T03:40:32.174098+00:00— report_created — created