Add fixes for RBAC
Each k8s service should use own SSL certificate.
This allows to separate roles for services.
Added RBAC definitions for kube-dns.
Added small fixes.
Change-Id: I202d51c98eb5c0cc5cb97c40b8cb2c0413bf278b
diff --git a/README.rst b/README.rst
index 7f4dedc..37fa482 100644
--- a/README.rst
+++ b/README.rst
@@ -1083,7 +1083,7 @@
kubernetes:
master:
auth:
- mode: RBAC
+ mode: Node,RBAC
Then you can use ``kubernetes.control.role`` state to orchestrate role and
rolebindings. Following example shows how to create brand new role and binding