Commit 25117932 authored by Yu-Ju Hong's avatar Yu-Ju Hong

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.
parent 12552912
...@@ -165,7 +165,7 @@ var _ = Describe("Kubelet", func() { ...@@ -165,7 +165,7 @@ var _ = Describe("Kubelet", func() {
"/docker-daemon": {0.50: 0.03, 0.95: 0.06}, "/docker-daemon": {0.50: 0.03, 0.95: 0.06},
}, },
}, },
{podsPerNode: 40, {podsPerNode: 35,
limits: containersCPUSummary{ limits: containersCPUSummary{
"/kubelet": {0.50: 0.15, 0.95: 0.35}, "/kubelet": {0.50: 0.15, 0.95: 0.35},
"/docker-daemon": {0.50: 0.06, 0.95: 0.30}, "/docker-daemon": {0.50: 0.06, 0.95: 0.30},
......
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