From 08a4ee006ede9aa11062816a091c710357afecd1 Mon Sep 17 00:00:00 2001 From: WanLinghao Date: Tue, 4 Dec 2018 11:29:58 +0800 Subject: [PATCH] Update a comment in cadvisor boot function --- pkg/kubelet/cadvisor/cadvisor_linux.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/kubelet/cadvisor/cadvisor_linux.go b/pkg/kubelet/cadvisor/cadvisor_linux.go index d15907fe869..0f02a811426 100644 --- a/pkg/kubelet/cadvisor/cadvisor_linux.go +++ b/pkg/kubelet/cadvisor/cadvisor_linux.go @@ -100,7 +100,6 @@ func containerLabels(c *cadvisorapi.ContainerInfo) map[string]string { return set } -// New creates a cAdvisor and exports its API on the specified port if port > 0. func New(imageFsInfoProvider ImageFsInfoProvider, rootPath string, usingLegacyStats bool) (Interface, error) { sysFs := sysfs.NewRealSysFs()