update metadata for dns autoscaler
Using `enabled: True` to conform with the rest of metadata structures.
Introductiong poll-perios-seconds parameter
Change-Id: I127114ad6bcdd03476baad0c2d5831f2e953349e
diff --git a/README.rst b/README.rst
index 16f967b..f34f877 100644
--- a/README.rst
+++ b/README.rst
@@ -57,6 +57,23 @@
netchecker:
enabled: true
+Enable autoscaler for dns addon. Poll period can be skipped.
+
+.. code-block:: yaml
+
+ kubernetes:
+ master:
+ addons:
+ dns:
+ domain: cluster.local
+ enabled: true
+ replicas: 1
+ server: 10.254.0.10
+ autoscaler:
+ enabled: true
+ poll-period-seconds: 60
+
+
Pass aditional parameters to daemons:
.. code-block:: yaml