@@ -865,18 +865,18 @@ func run(ctx context.Context, s *options.KubeletServer, kubeDeps *kubelet.Depend
865
865
ReservedSystemCPUs : reservedSystemCPUs ,
866
866
HardEvictionThresholds : hardEvictionThresholds ,
867
867
},
868
- QOSReserved : * experimentalQOSReserved ,
869
- CPUManagerPolicy : s .CPUManagerPolicy ,
870
- CPUManagerPolicyOptions : cpuManagerPolicyOptions ,
871
- CPUManagerReconcilePeriod : s .CPUManagerReconcilePeriod .Duration ,
872
- ExperimentalMemoryManagerPolicy : s .MemoryManagerPolicy ,
873
- ExperimentalMemoryManagerReservedMemory : s .ReservedMemory ,
874
- PodPidsLimit : s .PodPidsLimit ,
875
- EnforceCPULimits : s .CPUCFSQuota ,
876
- CPUCFSQuotaPeriod : s .CPUCFSQuotaPeriod .Duration ,
877
- TopologyManagerPolicy : s .TopologyManagerPolicy ,
878
- TopologyManagerScope : s .TopologyManagerScope ,
879
- TopologyManagerPolicyOptions : topologyManagerPolicyOptions ,
868
+ QOSReserved : * experimentalQOSReserved ,
869
+ CPUManagerPolicy : s .CPUManagerPolicy ,
870
+ CPUManagerPolicyOptions : cpuManagerPolicyOptions ,
871
+ CPUManagerReconcilePeriod : s .CPUManagerReconcilePeriod .Duration ,
872
+ MemoryManagerPolicy : s .MemoryManagerPolicy ,
873
+ MemoryManagerReservedMemory : s .ReservedMemory ,
874
+ PodPidsLimit : s .PodPidsLimit ,
875
+ EnforceCPULimits : s .CPUCFSQuota ,
876
+ CPUCFSQuotaPeriod : s .CPUCFSQuotaPeriod .Duration ,
877
+ TopologyManagerPolicy : s .TopologyManagerPolicy ,
878
+ TopologyManagerScope : s .TopologyManagerScope ,
879
+ TopologyManagerPolicyOptions : topologyManagerPolicyOptions ,
880
880
},
881
881
s .FailSwapOn ,
882
882
kubeDeps .Recorder ,
0 commit comments