fixed type in disruption page (#13692)

Associated with #13691
This commit is contained in:
Shashank Patel
2019-04-09 04:59:05 +05:30
committed by Kubernetes Prow Robot
parent 786ad4390d
commit adc61ddd79
@@ -249,7 +249,7 @@ If you are a Cluster Administrator, and you need to perform a disruptive action
the nodes in your cluster, such as a node or system software upgrade, here are some options:
- Accept downtime during the upgrade.
- Fail over to another complete replica cluster.
- Failover to another complete replica cluster.
- 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.