Skip to content

Commit 77497c1

Browse files
Acro fix
1 parent bbc9211 commit 77497c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/vertical-pod-autoscaler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ For high availability, AKS supports two admission controller replicas.
7878

7979
A Vertical Pod Autoscaler resource is inserted for each controller that you want to have automatically computed resource requirements. This is most commonly a *deployment*. There are four modes in which VPAs operate:
8080

81-
* `Auto` - VPA assigns resource requests during pod creation and updates existing pods using the preferred update mechanism. Currently, `Auto` is equivalent to `Recreate`, and also is the default mode. Once restart free ("in-place") update of pod requests is available, it may be used as the preferred update mechanism by the `Auto` mode. When using `Recreate` mode, VPA evicts a pod if it needs to change it's resource requests. It may cause the pods to be restarted all at once, thereby causing application inconsistencies. You can limit restarts and maintain consistency in this situation by using a [PodDisruptionBudget][pod-disruption-budget].
81+
* `Auto` - VPA assigns resource requests during pod creation and updates existing pods using the preferred update mechanism. Currently, `Auto` is equivalent to `Recreate`, and also is the default mode. Once restart free ("in-place") update of pod requests is available, it may be used as the preferred update mechanism by the `Auto` mode. When using `Recreate` mode, VPA evicts a pod if it needs to change its resource requests. It may cause the pods to be restarted all at once, thereby causing application inconsistencies. You can limit restarts and maintain consistency in this situation by using a [PodDisruptionBudget][pod-disruption-budget].
8282
* `Recreate` - VPA assigns resource requests during pod creation as well as update existing pods by evicting them when the requested resources differ significantly from the new recommendation (respecting the Pod Disruption Budget, if defined). This mode should be used rarely, only if you need to ensure that the pods are restarted whenever the resource request changes. Otherwise, the `Auto` mode is preferred, which may take advantage of restart-free updates once they are available.
8383
* `Initial` - VPA only assigns resource requests during pod creation and never changes afterwards.
8484
* `Off` - VPA doesn't automatically change the resource requirements of the pods. The recommendations are calculated and can be inspected in the VPA object.
@@ -631,4 +631,4 @@ This article showed you how to automatically scale resource utilization, such as
631631
[az-provider-register]: /cli/azure/provider#az-provider-register
632632
[az-feature-register]: /cli/azure/feature#az-feature-register
633633
[az-feature-show]: /cli/azure/feature#az-feature-show
634-
[horizontal-pod-autoscaler-overview]: concepts-scale.md#horizontal-pod-autoscaler
634+
[horizontal-pod-autoscaler-overview]: concepts-scale.md#horizontal-pod-autoscaler

0 commit comments

Comments
 (0)