Fix some spelling errors

This commit is contained in:
JoeWrightss 2018-12-08 01:10:18 +08:00 committed by GitHub
parent 75d3805efb
commit 322e271f5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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