Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for missingport (0.19 sec)

  1. pkg/controller/podautoscaler/replica_calculator.go

    	}
    
    	if len(missingPods) > 0 {
    		if usageRatio < 1.0 {
    			// on a scale-down, treat missing pods as using 100% (all) of the resource request
    			// or the utilization target for targets higher than 100%
    			fallbackUtilization := int64(max(100, targetUtilization))
    			for podName := range missingPods {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 19 03:31:34 UTC 2023
    - 20.1K bytes
    - Viewed (0)
Back to top