Skip to content

Commit c7af123

Browse files
committed
Explain how users can verify what tolerance is being used
1 parent edfc023 commit c7af123

File tree

1 file changed

+5
-1
lines changed
  • keps/sig-autoscaling/4951-configurable-hpa-tolerance

1 file changed

+5
-1
lines changed

keps/sig-autoscaling/4951-configurable-hpa-tolerance/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,11 @@ Recall that end users cannot usually observe component logs or access metrics.
614614
- [X] Events
615615
- Event Reason: `SuccessfulRescale`
616616

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.
618622

619623
###### What are the reasonable SLOs (Service Level Objectives) for the enhancement?
620624

0 commit comments

Comments
 (0)