From e49d218adc765d970399610ae9c075db56c783f5 Mon Sep 17 00:00:00 2001 From: Prankul Date: Tue, 30 Apr 2019 19:21:40 +0530 Subject: [PATCH] Typo in pod disruption page (#14050) --- content/en/docs/concepts/workloads/pods/disruptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/pods/disruptions.md b/content/en/docs/concepts/workloads/pods/disruptions.md index b441213cb0..6ef7ac8f8b 100644 --- a/content/en/docs/concepts/workloads/pods/disruptions.md +++ b/content/en/docs/concepts/workloads/pods/disruptions.md @@ -250,7 +250,7 @@ the nodes in your cluster, such as a node or system software upgrade, here are s - Accept downtime during the upgrade. - Failover to another complete replica cluster. - - No downtime, but may be costly both for the duplicated nodes, + - No downtime, but may be costly both for the duplicated nodes and for human effort to orchestrate the switchover. - Write disruption tolerant applications and use PDBs. - No downtime.