Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for MemoryManagerPolicy (0.17 sec)

  1. pkg/kubelet/apis/config/helpers_test.go

    		"KubeletCgroups",
    		"MakeIPTablesUtilChains",
    		"RotateCertificates",
    		"ServerTLSBootstrap",
    		"StaticPodURL",
    		"StaticPodURLHeader[*][*]",
    		"MaxOpenFiles",
    		"MaxPods",
    		"MemoryManagerPolicy",
    		"MemorySwap.SwapBehavior",
    		"NodeLeaseDurationSeconds",
    		"NodeStatusMaxImages",
    		"NodeStatusUpdateFrequency.Duration",
    		"NodeStatusReportFrequency.Duration",
    		"OOMScoreAdj",
    		"PodCIDR",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  2. pkg/kubelet/apis/config/types.go

    	// CPU Manager reconciliation period.
    	// Requires the CPUManager feature gate to be enabled.
    	CPUManagerReconcilePeriod metav1.Duration
    	// MemoryManagerPolicy is the name of the policy to use.
    	// Requires the MemoryManager feature gate to be enabled.
    	MemoryManagerPolicy string
    	// TopologyManagerPolicy is the name of the policy to use.
    	TopologyManagerPolicy string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  3. cmd/kubelet/app/options/options.go

    	logsapi.AddFlags(&c.Logging, fs)
    
    	// Memory Manager Flags
    	fs.StringVar(&c.MemoryManagerPolicy, "memory-manager-policy", c.MemoryManagerPolicy, "Memory Manager policy to use. Possible values: 'None', 'Static'.")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:05 UTC 2024
    - 41.6K bytes
    - Viewed (0)
Back to top