From a3904eb11dc5f972c0ed2c2169e0683035587f71 Mon Sep 17 00:00:00 2001 From: Jiuyuan Huang Date: Tue, 13 Feb 2018 07:42:49 +0800 Subject: [PATCH] Update disruptions.md (#7097) * Update disruptions.md * updating the language in this segment broader change than the typo fix originally proposed --- docs/concepts/workloads/pods/disruptions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/workloads/pods/disruptions.md b/docs/concepts/workloads/pods/disruptions.md index d2049b3ec6..ae8f6df580 100644 --- a/docs/concepts/workloads/pods/disruptions.md +++ b/docs/concepts/workloads/pods/disruptions.md @@ -199,8 +199,8 @@ But, when it tries to evict `pod-d`, it will be refused because that would leave one pod available for the deployment. The deployment creates a replacement for `pod-b` called `pod-e`. -However, not there are not enough resources in the cluster to schedule -`pod-e`. So, the drain will again block. The cluster may end up in this +Because there are not enough resources in the cluster to schedule +`pod-e` the drain will again block. The cluster may end up in this state: | node-1 *drained* | node-2 | node-3 | *no node* |