File tree 2 files changed +4
-4
lines changed
reference/command-line-tools-reference/feature-gates 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ stages:
11
11
fromVersion : " 1.33"
12
12
---
13
13
Enables setting a [ tolerance threshold] ( /docs/tasks/run-application/horizontal-pod-autoscale.md#tolerance )
14
- for ` HorizontalPodAutoscaler ` metrics.
14
+ for HorizontalPodAutoscaler metrics.
Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ autoscaler from scaling for changes below that value.
462
462
463
463
This tolerance is defined as the amount of variation around the desired metric value under
464
464
which no scaling will occur. For example, consider a HorizontalPodAutoscaler configured
465
- with a target memory consumption of 100Mi and a scale-up tolerance of 5% :
465
+ with a target memory consumption of 100MiB and a scale-up tolerance of 5% :
466
466
467
467
` ` ` yaml
468
468
behavior:
@@ -471,12 +471,12 @@ behavior:
471
471
` ` `
472
472
473
473
With this configuration, the HPA algorithm will only consider scaling up if the memory
474
- consumption is higher than 105Mi (i.e. 5% above the target).
474
+ consumption is higher than 105MiB (that is : 5% above the target).
475
475
476
476
If you don't set this field, the HPA applies the default cluster-wide tolerance of 10%. This
477
477
default can be updated for both scale-up and scale-down using the
478
478
[kube-controller-manager](/docs/reference/command-line-tools-reference/kube-controller-manager/)
479
- ` --horizontal-pod-autoscaler-tolerance` flag . (You can't use the Kubernetes API
479
+ ` --horizontal-pod-autoscaler-tolerance` command line argument . (You can't use the Kubernetes API
480
480
to configure this default value.)
481
481
482
482
# ## Default Behavior
You can’t perform that action at this time.
0 commit comments