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:
Yu-Ju Hong 2015-12-16 10:04:26 -08:00
parent 12552912c8
commit 251179327d

View File

@ -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},