We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f57c40 commit 4b96751Copy full SHA for 4b96751
autoscaling/v2/types.go
@@ -211,6 +211,10 @@ type HPAScalingRules struct {
211
// replicas (e.g. 0.01 for 1%). Must be greater than or equal to zero. If not
212
// set, the default cluster-wide tolerance is applied (by default 10%).
213
//
214
+ // For example, if autoscaling is configured with a memory consumption target of 100Mi,
215
+ // and scale-down and scale-up tolerances of 5% and 1% respectively, scaling will be
216
+ // triggered when the actual consumption falls below 95Mi or exceeds 101Mi.
217
+ //
218
// This is an alpha field and requires enabling the HPAConfigurableTolerance
219
// feature gate.
220
0 commit comments