Skip to content

Commit 7afab41

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#106244
Changes made in line no 31 From to be fall below To to fall below
1 parent a2dd28b commit 7afab41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/cluster-autoscaler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To adjust to changing application demands, such as between the workday and eveni
2828
Both the horizontal pod autoscaler and cluster autoscaler can also decrease the number of pods and nodes as needed. The cluster autoscaler decreases the number of nodes when there has been unused capacity for a period of time. Pods on a node to be removed by the cluster autoscaler are safely scheduled elsewhere in the cluster. The cluster autoscaler may be unable to scale down if pods can't move, such as in the following situations:
2929

3030
* A pod is directly created and isn't backed by a controller object, such as a deployment or replica set.
31-
* A pod disruption budget (PDB) is too restrictive and doesn't allow the number of pods to be fall below a certain threshold.
31+
* A pod disruption budget (PDB) is too restrictive and doesn't allow the number of pods to fall below a certain threshold.
3232
* A pod uses node selectors or anti-affinity that can't be honored if scheduled on a different node.
3333

3434
For more information about how the cluster autoscaler may be unable to scale down, see [What types of pods can prevent the cluster autoscaler from removing a node?][autoscaler-scaledown]

0 commit comments

Comments
 (0)