Merge pull request #34991 from yujuhong/disable_misc

Automatic merge from submit-queue

e2e: stop tracking resource usage for the "misc" container

There is e2e test checking the resource usage of "misc", and it is not
supported on GCI.
This commit is contained in:
Kubernetes Submit Queue 2016-10-18 02:48:44 -07:00 committed by GitHub
commit 5b0edbd56d

View File

@ -463,7 +463,6 @@ func TargetContainers() []string {
rootContainerName,
stats.SystemContainerRuntime,
stats.SystemContainerKubelet,
stats.SystemContainerMisc,
}
}