From 0168fbc0299dfc2c9ba4eee1023154b6edf8ad6e Mon Sep 17 00:00:00 2001 From: khalpin11 Date: Wed, 18 Jan 2017 09:32:37 -0700 Subject: [PATCH] Fix docs typo "Action use IaaS providers reliable storage (e.g. GCE PD or AWS EBS volume) for VMs with apiserver+etcd" did not follow the same format as other actions in this section. --- docs/admin/cluster-troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/cluster-troubleshooting.md b/docs/admin/cluster-troubleshooting.md index ff8358a7a9..7e11eb12b0 100644 --- a/docs/admin/cluster-troubleshooting.md +++ b/docs/admin/cluster-troubleshooting.md @@ -89,7 +89,7 @@ Mitigations: - Mitigates: Apiserver VM shutdown or apiserver crashing - Mitigates: Supporting services VM shutdown or crashes -- Action use IaaS providers reliable storage (e.g. GCE PD or AWS EBS volume) for VMs with apiserver+etcd +- 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 @@ -112,4 +112,4 @@ Mitigations: - Mitigates: Kubelet software fault - Action: [Multiple independent clusters](/docs/admin/multi-cluster) (and avoid making risky changes to all clusters at once) - - Mitigates: Everything listed above. \ No newline at end of file + - Mitigates: Everything listed above.