Add support for clustering
diff --git a/README.rst b/README.rst
index c2f5587..0105444 100644
--- a/README.rst
+++ b/README.rst
@@ -64,6 +64,28 @@
             idb02:
               location: idb02.local:9096
 
+InfluxDB cluster:
+
+.. code-block:: yaml
+
+    influxdb:
+      server:
+        enabled: true
+      meta:
+        bind:
+          address: 0.0.0.0
+          port: 8088
+          http_address: 0.0.0.0
+          http_port: 8091
+      cluster:
+        members:
+          - host: idb01.local
+            port: 8091
+          - host: idb02.local
+            port: 8091
+          - host: idb03.local
+            port: 8091
+
 Deploy influxdb apt repository (using linux formula):
 
 .. code-block:: yaml