diff options
| author | lixiaobing10051267 <li.xiaobing1@zte.com.cn> | 2016-08-08 15:16:48 +0800 |
|---|---|---|
| committer | lixiaobing10051267 <li.xiaobing1@zte.com.cn> | 2016-08-08 15:16:48 +0800 |
| commit | e7a57bdb6caac971cc972a9e32c7c0cbd6bd5dec (patch) | |
| tree | 82ff6d3a7163424b774be1d3e4d5054852240a2e | |
| parent | 0c7bb231ed88f6126458ed71ef1acb5ed68e8cbe (diff) | |
Fix several typos in control-plane-resilience.md
| -rw-r--r-- | control-plane-resilience.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/control-plane-resilience.md b/control-plane-resilience.md index b3e76c40..3ff6d3ca 100644 --- a/control-plane-resilience.md +++ b/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 |
