Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HardEvictionThresholds (0.17 sec)

  1. cmd/kubelet/app/server.go

    		if err != nil {
    			return fmt.Errorf("--system-reserved value failed to parse: %w", err)
    		}
    		var hardEvictionThresholds []evictionapi.Threshold
    		// If the user requested to ignore eviction thresholds, then do not set valid values for hardEvictionThresholds here.
    		if !s.ExperimentalNodeAllocatableIgnoreEvictionThreshold {
    			hardEvictionThresholds, err = eviction.ParseThresholdConfig([]string{}, s.EvictionHard, nil, nil, nil)
    			if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
Back to top