From 322e271f5b3eece967cd42213e94e517fa96eee9 Mon Sep 17 00:00:00 2001 From: JoeWrightss <42261994+JoeWrightss@users.noreply.github.com> Date: Sat, 8 Dec 2018 01:10:18 +0800 Subject: [PATCH] Fix some spelling errors --- cluster-autoscaler/proposals/balance_similar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-autoscaler/proposals/balance_similar.md b/cluster-autoscaler/proposals/balance_similar.md index 8b3dda27a2..7056b8baa9 100644 --- a/cluster-autoscaler/proposals/balance_similar.md +++ b/cluster-autoscaler/proposals/balance_similar.md @@ -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