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.