Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for maximumAllowedReplicas (0.12 sec)

  1. pkg/controller/podautoscaler/horizontal.go

    			// We shouldn't scale up further until the scaleUpEvents will be cleaned up
    			scaleUpLimit = args.CurrentReplicas
    		}
    		maximumAllowedReplicas := args.MaxReplicas
    		if maximumAllowedReplicas > scaleUpLimit {
    			maximumAllowedReplicas = scaleUpLimit
    			possibleLimitingReason = "ScaleUpLimit"
    			possibleLimitingMessage = "the desired replica count is increasing faster than the maximum scale rate"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 63.6K bytes
    - Viewed (0)
Back to top