File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ stages:
1111 fromVersion : " 1.33"
1212---
1313Enables 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.
462462
463463This tolerance is defined as the amount of variation around the desired metric value under
464464which 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% :
466466
467467` ` ` yaml
468468behavior:
@@ -471,12 +471,12 @@ behavior:
471471` ` `
472472
473473With 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).
475475
476476If you don't set this field, the HPA applies the default cluster-wide tolerance of 10%. This
477477default can be updated for both scale-up and scale-down using the
478478[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
480480to configure this default value.)
481481
482482# ## Default Behavior
You can’t perform that action at this time.
0 commit comments