diff --git a/docs/concepts/workloads/pods/disruptions.md b/docs/concepts/workloads/pods/disruptions.md index f0b460282e..11d6efd6e8 100644 --- a/docs/concepts/workloads/pods/disruptions.md +++ b/docs/concepts/workloads/pods/disruptions.md @@ -207,7 +207,7 @@ 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 then the drain will block. The cluster may end up in this +`pod-e`. So, the drain will again block. The cluster may end up in this state: | node-1 *drained* | node-2 | node-3 | *no node* |