From 4b07c88faded46a5ba170fe4487cd21dbeb16f5f Mon Sep 17 00:00:00 2001 From: Amos Shapira Date: Tue, 22 Nov 2022 16:49:38 +1100 Subject: [PATCH] zookeeper.md - remove extra "to" --- content/en/docs/tutorials/stateful-application/zookeeper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/stateful-application/zookeeper.md b/content/en/docs/tutorials/stateful-application/zookeeper.md index 3f57ab3ad4..80b1d30fec 100644 --- a/content/en/docs/tutorials/stateful-application/zookeeper.md +++ b/content/en/docs/tutorials/stateful-application/zookeeper.md @@ -1042,7 +1042,7 @@ There are pending pods when an error occurred: Cannot evict pod as it would viol pod/zk-2 ``` -Use `CTRL-C` to terminate to kubectl. +Use `CTRL-C` to terminate kubectl. You cannot drain the third node because evicting `zk-2` would violate `zk-budget`. However, the node will remain cordoned.