Skip to content

Commit

Permalink
Fix some spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWrightss authored and Daanikus committed Jan 6, 2019
1 parent cc21cb9 commit 96fdca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/proposals/balance_similar.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ machines).
* We want to respect size limits of each node group. In particular we shouldn't
expect that the limits will be the same for corresponding node groups.
* Some pods may require to run on a specific node group due to using
labalSelector on zone label, or antiaffinity. In such cases we must scale the
labelSelector on zone label, or anti-affinity. In such cases we must scale the
correct node group.
* Preferably we should avoid implementing this using existing
expansion.Strategy interface, as that would likely require non-backward
Expand Down

0 comments on commit 96fdca2

Please sign in to comment.