mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
Change the pods per node from 40 to 35 for resource tracking tests
The maximum number of pods allowed on kubelet is 40. Let's not exceed that in the tests.
This commit is contained in:
parent
12552912c8
commit
251179327d
@ -165,7 +165,7 @@ var _ = Describe("Kubelet", func() {
|
||||
"/docker-daemon": {0.50: 0.03, 0.95: 0.06},
|
||||
},
|
||||
},
|
||||
{podsPerNode: 40,
|
||||
{podsPerNode: 35,
|
||||
limits: containersCPUSummary{
|
||||
"/kubelet": {0.50: 0.15, 0.95: 0.35},
|
||||
"/docker-daemon": {0.50: 0.06, 0.95: 0.30},
|
||||
|
Loading…
Reference in New Issue
Block a user