commit | e3cf0066aea3b76bb8af46a76fe796998f88622a | [log] [tgz] |
---|---|---|
author | Andrey Shestakov <ashestakov@mirantis.com> | Tue Jun 19 15:04:33 2018 +0300 |
committer | Andrey Shestakov <ashestakov@mirantis.com> | Tue Jun 19 15:04:33 2018 +0300 |
tree | d0b4724e171a7306f66f58f843cab5ef04198eb5 | |
parent | 338e8f1ac64ec42142c5456637332224d97866ec [diff] [blame] |
Add support of MetalLB Change-Id: I0ffdd78cd10642fc38cfab146127eae7359b5649
diff --git a/README.rst b/README.rst index da82ccb..c9dc10a 100644 --- a/README.rst +++ b/README.rst
@@ -476,6 +476,22 @@ apiserver: secure_port: 8081 +Kubernetes with MetalLB +----------------------- + +On Master: + +.. code-block:: yaml + + kubernetes: + common: + addons: + metallb: + enabled: true + addresses: + - 172.16.10.150-172.16.10.180 + - 172.16.10.192/26 + Kubernetes with Flannel -----------------------