Merge pull request #74357 from lmdaly/topology-manager-container-manager

Updates to container manager and internal container lifecycle to accommodate TopologyManager
This commit is contained in:
Kubernetes Prow Robot
2019-08-01 11:52:17 -07:00
committed by GitHub
8 changed files with 67 additions and 7 deletions

View File

@@ -693,6 +693,7 @@ func run(s *options.KubeletServer, kubeDeps *kubelet.Dependencies, stopCh <-chan
ExperimentalPodPidsLimit: s.PodPidsLimit,
EnforceCPULimits: s.CPUCFSQuota,
CPUCFSQuotaPeriod: s.CPUCFSQuotaPeriod.Duration,
ExperimentalTopologyManagerPolicy: s.TopologyManagerPolicy,
},
s.FailSwapOn,
devicePluginEnabled,