From 2a3368e60a387d1d076407bcae21cfd8ffea12d4 Mon Sep 17 00:00:00 2001 From: David Xia Date: Wed, 29 Apr 2026 16:01:32 -0400 Subject: [PATCH] Show how to not set CPU limits in README Signed-off-by: David Xia --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 8c25fc6..a04d51c 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,18 @@ resources: memory: 1Gi ``` +You can set `noCpuLimits: true` to omit CPU limits. This allows containers to use idle CPU on the host. + +```yaml +noCpuLimits: true +resources: + requests: + cpu: 500m + memory: 512Mi + limits: + memory: 512Mi +``` + ### Prometheus (optional) Prometheus metrics can be collected with a sidecar. Enable by