diff --git a/docs/large-deployments.md b/docs/large-deployments.md
index 953ca296389bf710e5a40d21e27141d94f297296..723ca5f4847344f15ad41e93e1b033f27f743737 100644
--- a/docs/large-deployments.md
+++ b/docs/large-deployments.md
@@ -46,5 +46,8 @@ For a large scaled deployments, consider the following configuration changes:
   section of the Getting started guide for tips on creating a large scale
   Ansible inventory.
 
+* Override the ``etcd_events_cluster_setup: true`` store events in a separate
+  dedicated etcd instance.
+
 For example, when deploying 200 nodes, you may want to run ansible with
 ``--forks=50``, ``--timeout=600`` and define the ``retry_stagger: 60``.