Reimplement PR #4339

This commit is contained in:
Andrew Chen
2017-08-01 02:16:30 -07:00
committed by Andrew Chen
parent 6ec54a096e
commit 72508c26fe
2 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -183,9 +183,7 @@ At some point, the pods terminate, and the cluster look like this:
At this point, if an impatient cluster administrator tries to drain `node-2` or
`node-3`, the drain command will block, because there are only 2 available
pods for the deployment, and its PDB requires at least 2. After some time
asses, `pod-d` becomes available.
pods for the deployment, and its PDB requires at least 2. After some time passes, `pod-d` becomes available.
The cluster state now looks like this: