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