Limit the number of names per image reported in the node status

This commit is contained in:
Yu-Ju Hong
2016-09-16 15:16:08 -07:00
parent 224cbeede5
commit 7ada99181c
4 changed files with 23 additions and 8 deletions

View File

@@ -86,8 +86,6 @@ const (
testReservationCPU = "200m"
testReservationMemory = "100M"
maxImageTagsForTest = 3
// TODO(harry) any global place for these two?
// Reasonable size range of all container images. 90%ile of images on dockerhub drops into this range.
minImgSize int64 = 23 * 1024 * 1024