commit | 34c593688ede1b0612a80b8f2f3511bcbbd4c531 | [log] [tgz] |
---|---|---|
author | Tomáš Kukrál <tkukral@mirantis.com> | Wed Mar 01 14:00:37 2017 +0100 |
committer | Tomáš Kukrál <tkukral@mirantis.com> | Wed Mar 08 15:14:37 2017 +0100 |
tree | ae4f83184679a0c3d37a1e1c9b596296ec38aeae | |
parent | f079f22e0a74473a60a22080bb79730580514228 [diff] [blame] |
add support for etcd over ssl Change-Id: I3414147237b719831683b9afa9e56d873a504214
diff --git a/README.rst b/README.rst index 7f38048..ab38671 100644 --- a/README.rst +++ b/README.rst
@@ -311,6 +311,24 @@ - host: 10.0.175.103 port: 4001 +Running with secured etcd: + +.. code-block:: yaml + + kubernetes: + pool: + network: + engine: calico + etcd: + ssl: + enabled: true + master: + network: + engine: calico + etcd: + ssl: + enabled: true + Post deployment configuration .. code-block:: bash