Always enable second etcd for events

This commit is contained in:
Wojciech Tyczynski
2016-02-16 11:47:51 +01:00
parent 6e2e39864c
commit f6dc06bdc7
3 changed files with 1 additions and 10 deletions

View File

@@ -76,8 +76,6 @@ When creating a cluster, existing salt scripts:
* start and configure additional etcd instance
* configure api-server to use it for storing events
However, this is done automatically only for clusters having more than 50 nodes.
### Addon Resources
To prevent memory leaks or other resource issues in [cluster addons](../../cluster/addons/) from consuming all the resources available on a node, Kubernetes sets resource limits on addon containers to limit the CPU and Memory resources they can consume (See PR [#10653](http://pr.k8s.io/10653/files) and [#10778](http://pr.k8s.io/10778/files)).