From 80f78a0d92d66c04a409b11505a8934bab2d15b2 Mon Sep 17 00:00:00 2001 From: Nate Reid <45366367+natereid72@users.noreply.github.com> Date: Thu, 7 Nov 2019 22:16:21 -0500 Subject: [PATCH] Remove 'experimental' from high-availability, and '.' from etcd bullet (#17254) * Remove 'experimental' from high-availability, and '.' from etcd bullet s/controller-managing/controller-manager s/Apiserver/API server s/Assuming/Assumes * Update content/en/docs/tasks/debug-application-cluster/debug-cluster.md Co-Authored-By: Stephen Augustus * Update content/en/docs/tasks/debug-application-cluster/debug-cluster.md Co-Authored-By: Stephen Augustus * Update content/en/docs/tasks/debug-application-cluster/debug-cluster.md Co-Authored-By: Stephen Augustus --- .../docs/tasks/debug-application-cluster/debug-cluster.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/tasks/debug-application-cluster/debug-cluster.md b/content/en/docs/tasks/debug-application-cluster/debug-cluster.md index 2b726a98a7..4e95d82905 100644 --- a/content/en/docs/tasks/debug-application-cluster/debug-cluster.md +++ b/content/en/docs/tasks/debug-application-cluster/debug-cluster.md @@ -100,11 +100,11 @@ This is an incomplete list of things that could go wrong, and how to adjust your - Action: Use IaaS providers reliable storage (e.g. GCE PD or AWS EBS volume) for VMs with apiserver+etcd - Mitigates: Apiserver backing storage lost -- Action: Use (experimental) [high-availability](/docs/admin/high-availability) configuration - - Mitigates: Master VM shutdown or master components (scheduler, API server, controller-managing) crashing +- Action: Use [high-availability](/docs/admin/high-availability) configuration + - Mitigates: Control plane node shutdown or control plane components (scheduler, API server, controller-manager) crashing - Will tolerate one or more simultaneous node or component failures - - Mitigates: Apiserver backing storage (i.e., etcd's data directory) lost - - Assuming you used clustered etcd. + - Mitigates: API server backing storage (i.e., etcd's data directory) lost + - Assumes HA (highly-available) etcd configuration - Action: Snapshot apiserver PDs/EBS-volumes periodically - Mitigates: Apiserver backing storage lost