Commit 2efdd9ed authored by Anirudh Ramanathan's avatar Anirudh Ramanathan Committed by GitHub

Merge pull request #35828 from timstclair/summary-test

Increase sys container usageBytes upper bound
parents beda882d 304dbd0e
......@@ -73,7 +73,7 @@ var _ = framework.KubeDescribe("Summary API", func() {
"Time": recent(maxStatsAge),
// We don't limit system container memory.
"AvailableBytes": BeNil(),
"UsageBytes": bounded(1*mb, 1*gb),
"UsageBytes": bounded(1*mb, 10*gb),
"WorkingSetBytes": bounded(1*mb, 1*gb),
"RSSBytes": bounded(1*mb, 1*gb),
"PageFaults": bounded(1000, 1E9),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment