mirror of https://github.com/k3s-io/k3s
Merge pull request #71687 from WanLinghao/cadvisor_comment_remove
Update a comment in cadvisor boot functionpull/564/head
commit
1bafa3922f
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue