mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	memory manager: fix scheme unit test
Signed-off-by: Artyom Lukianov <alukiano@redhat.com>
This commit is contained in:
		@@ -62,6 +62,7 @@ func Funcs(codecs runtimeserializer.CodecFactory) []interface{} {
 | 
			
		||||
			obj.KernelMemcgNotification = false
 | 
			
		||||
			obj.MaxOpenFiles = 1000000
 | 
			
		||||
			obj.MaxPods = 110
 | 
			
		||||
			obj.MemoryManagerPolicy = v1beta1.NoneMemoryManagerPolicy
 | 
			
		||||
			obj.PodPidsLimit = -1
 | 
			
		||||
			obj.NodeStatusUpdateFrequency = metav1.Duration{Duration: 10 * time.Second}
 | 
			
		||||
			obj.NodeStatusReportFrequency = metav1.Duration{Duration: time.Minute}
 | 
			
		||||
 
 | 
			
		||||
@@ -206,6 +206,7 @@ var (
 | 
			
		||||
		"StaticPodURLHeader[*][*]",
 | 
			
		||||
		"MaxOpenFiles",
 | 
			
		||||
		"MaxPods",
 | 
			
		||||
		"MemoryManagerPolicy",
 | 
			
		||||
		"NodeLeaseDurationSeconds",
 | 
			
		||||
		"NodeStatusMaxImages",
 | 
			
		||||
		"NodeStatusUpdateFrequency.Duration",
 | 
			
		||||
@@ -220,6 +221,7 @@ var (
 | 
			
		||||
		"ReadOnlyPort",
 | 
			
		||||
		"RegistryBurst",
 | 
			
		||||
		"RegistryPullQPS",
 | 
			
		||||
		"ReservedMemory[*][*]",
 | 
			
		||||
		"ReservedSystemCPUs",
 | 
			
		||||
		"RuntimeRequestTimeout.Duration",
 | 
			
		||||
		"RunOnce",
 | 
			
		||||
 
 | 
			
		||||
@@ -55,6 +55,7 @@ logging:
 | 
			
		||||
makeIPTablesUtilChains: true
 | 
			
		||||
maxOpenFiles: 1000000
 | 
			
		||||
maxPods: 110
 | 
			
		||||
memoryManagerPolicy: none
 | 
			
		||||
nodeLeaseDurationSeconds: 40
 | 
			
		||||
nodeStatusMaxImages: 50
 | 
			
		||||
nodeStatusReportFrequency: 5m0s
 | 
			
		||||
 
 | 
			
		||||
@@ -55,6 +55,7 @@ logging:
 | 
			
		||||
makeIPTablesUtilChains: true
 | 
			
		||||
maxOpenFiles: 1000000
 | 
			
		||||
maxPods: 110
 | 
			
		||||
memoryManagerPolicy: none
 | 
			
		||||
nodeLeaseDurationSeconds: 40
 | 
			
		||||
nodeStatusMaxImages: 50
 | 
			
		||||
nodeStatusReportFrequency: 5m0s
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user