diff --git a/pkg/kubelet/kubelet_test.go b/pkg/kubelet/kubelet_test.go index 62bbcb5f85b..6c3460c445c 100644 --- a/pkg/kubelet/kubelet_test.go +++ b/pkg/kubelet/kubelet_test.go @@ -81,9 +81,6 @@ const ( testKubeletHostname = "127.0.0.1" testKubeletHostIP = "127.0.0.1" - testReservationCPU = "200m" - testReservationMemory = "100M" - // 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