Merge pull request #100778 from Fish-pro/fix-delete-duplicate-log

delete duplicate logs
This commit is contained in:
Kubernetes Prow Robot 2021-04-26 12:53:37 -07:00 committed by GitHub
commit e213fb61ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,7 +311,6 @@ func NewContainerManager(mountUtil mount.Interface, cadvisorInterface cadvisor.I
return nil, err
}
klog.InfoS("Initializing Topology Manager", "policy", nodeConfig.ExperimentalTopologyManagerPolicy, "scope", nodeConfig.ExperimentalTopologyManagerScope)
} else {
cm.topologyManager = topologymanager.NewFakeManager()
}