From 3f643c4c133eac4b3b25b6aa403851e813427446 Mon Sep 17 00:00:00 2001 From: Jongwoo Han Date: Thu, 25 May 2023 09:28:46 +0900 Subject: [PATCH] Fix typo at balancer.md --- balancer/proposals/balancer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/balancer/proposals/balancer.md b/balancer/proposals/balancer.md index 5e2fc004efc0..534eaa59f64f 100644 --- a/balancer/proposals/balancer.md +++ b/balancer/proposals/balancer.md @@ -10,7 +10,7 @@ These domains may include: * Cloud provider zones inside a single region, to ensure that the application is still up and running, even if one of the zones has issues. * Different types of Kubernetes nodes. These may involve nodes that are spot/preemptible, or of different machine families. -A single Kuberentes deployment may either leave the placement entirely up to the scheduler +A single Kubernetes deployment may either leave the placement entirely up to the scheduler (most likely leading to something not entirely desired, like all pods going to a single domain) or focus on a single domain (thus not achieving the goal of being in two or more domains). @@ -179,4 +179,4 @@ type BalancerStatus struct { // +patchStrategy=merge Conditions []metav1.Condition } -``` \ No newline at end of file +```