Enable file state in static policy

This commit is contained in:
Szymon Scharmach
2017-10-17 14:23:39 +02:00
committed by Szymon Scharmach
parent 210626577b
commit 7e7301ffaf
6 changed files with 63 additions and 6 deletions

View File

@@ -462,6 +462,7 @@ func run(s *options.KubeletServer, kubeDeps *kubelet.Dependencies) (err error) {
CgroupsPerQOS: s.CgroupsPerQOS,
CgroupRoot: s.CgroupRoot,
CgroupDriver: s.CgroupDriver,
KubeletRootDir: s.RootDirectory,
ProtectKernelDefaults: s.ProtectKernelDefaults,
NodeAllocatableConfig: cm.NodeAllocatableConfig{
KubeReservedCgroupName: s.KubeReservedCgroup,