Skip to content

Commit 247d9b6

Browse files
Merge pull request #229687 from AjayBathini-MSFT/patch-49
(AzureCXP) fixes MicrosoftDocs/azure-docs#106244
2 parents c948637 + 7afab41 commit 247d9b6

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
@@ -30,7 +30,7 @@ Both the horizontal pod autoscaler and cluster autoscaler can also decrease the
3030
The cluster autoscaler may be unable to scale down if pods can't move, such as in the following situations:
3131

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

3636
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)