From 1c57df2dc2ec9b232beeec2ad9d4c77c33287887 Mon Sep 17 00:00:00 2001 From: Yu-Ju Hong Date: Mon, 17 Oct 2016 15:55:22 -0700 Subject: [PATCH] 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. --- test/e2e/framework/kubelet_stats.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e/framework/kubelet_stats.go b/test/e2e/framework/kubelet_stats.go index e1bce110ec1..af2ac930056 100644 --- a/test/e2e/framework/kubelet_stats.go +++ b/test/e2e/framework/kubelet_stats.go @@ -463,7 +463,6 @@ func TargetContainers() []string { rootContainerName, stats.SystemContainerRuntime, stats.SystemContainerKubelet, - stats.SystemContainerMisc, } }