Commit 8d555e8
fix(network): raise overlay-test CPU limit and latency thresholds
The overlay-test pod's 10m CPU limit caused CFS throttling (88% of
scheduling periods), inflating HTTP probe latency from ~3ms to 300-500ms
on ARM/Pi nodes. This triggered false-positive NetworkDegraded alerts.
- Bump overlay-test CPU: 1m/10m -> 5m/100m (eliminates CFS throttling)
- Raise warning latency: 50ms -> 200ms (HTTP probing baseline on ARM)
- Raise critical latency: 200ms -> 500ms
Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 7dc491f commit 8d555e8
File tree
3 files changed
+6
-6
lines changed- helm/node-doctor
- templates
- pkg/monitors/network
3 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
| 104 | + | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
| 403 | + | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
| 406 | + | |
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments