mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Decrease expected lower bound for misc CPU
This commit is contained in:
parent
08c0f7dded
commit
f4706464f6
@ -67,7 +67,7 @@ var _ = framework.KubeDescribe("Summary API", func() {
|
|||||||
"StartTime": recent(maxStartAge),
|
"StartTime": recent(maxStartAge),
|
||||||
"CPU": ptrMatchAllFields(gstruct.Fields{
|
"CPU": ptrMatchAllFields(gstruct.Fields{
|
||||||
"Time": recent(maxStatsAge),
|
"Time": recent(maxStatsAge),
|
||||||
"UsageNanoCores": bounded(100000, 2E9),
|
"UsageNanoCores": bounded(10000, 2E9),
|
||||||
"UsageCoreNanoSeconds": bounded(10000000, 1E15),
|
"UsageCoreNanoSeconds": bounded(10000000, 1E15),
|
||||||
}),
|
}),
|
||||||
"Memory": ptrMatchAllFields(gstruct.Fields{
|
"Memory": ptrMatchAllFields(gstruct.Fields{
|
||||||
|
Loading…
Reference in New Issue
Block a user