From 461a0d6b1c56c822a9225b5bb035c60f961e9bfc Mon Sep 17 00:00:00 2001
From: lixiaobing10051267
Date: Mon, 8 Aug 2016 15:16:48 +0800
Subject: [PATCH] Fix several typos in control-plane-resilience.md
---
docs/design/control-plane-resilience.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/design/control-plane-resilience.md b/docs/design/control-plane-resilience.md
index b3e76c405a1..3ff6d3ca228 100644
--- a/docs/design/control-plane-resilience.md
+++ b/docs/design/control-plane-resilience.md
@@ -179,7 +179,7 @@ well-bounded time period.
Multiple stateless, self-hosted, self-healing API servers behind a HA
load balancer, built out by the default "kube-up" automation on GCE,
AWS and basic bare metal (BBM). Note that the single-host approach of
-hving etcd listen only on localhost to ensure that onyl API server can
+having etcd listen only on localhost to ensure that only API server can
connect to it will no longer work, so alternative security will be
needed in the regard (either using firewall rules, SSL certs, or
something else). All necessary flags are currently supported to enable