File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
keps/sig-autoscaling/4951-configurable-hpa-tolerance Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -614,7 +614,11 @@ Recall that end users cannot usually observe component logs or access metrics.
614
614
- [X] Events
615
615
- Event Reason: ` SuccessfulRescale `
616
616
617
- Users can monitor the scaling behavior of their HPA.
617
+ The tolerance is applied on the ratio between the _ current_ and _ desired_ metric
618
+ values. Users can get both values using
619
+ [ ` kubectl describe ` ] ( https://github.com/kubernetes/kubernetes/blob/1b7a0591871772fbbc0fda430b3b73bc24c0e738/staging/src/k8s.io/kubectl/pkg/describe/describe.go#L4109 )
620
+ and use them to verify that scaling events are triggered when their ratio is out
621
+ of tolerance.
618
622
619
623
###### What are the reasonable SLOs (Service Level Objectives) for the enhancement?
620
624
You can’t perform that action at this time.
0 commit comments