summaryrefslogtreecommitdiffstats
path: root/ansible/rke.yml
diff options
context:
space:
mode:
authorPetr Ospalý <p.ospaly@partner.samsung.com>2019-08-22 17:33:07 +0200
committerPetr Ospalý <p.ospaly@partner.samsung.com>2019-08-23 12:52:00 +0200
commit8f834557f7ccaa38b477853b7b1caf7c91784207 (patch)
treebe4645524a0070c8765da483353400a5f39fe27d /ansible/rke.yml
parent0364bc6ebc6d26877f1db1be342a10b24f51d80b (diff)
Add configurable etcd storage feature
Plus the option to have etcd on tmpfs (volatile storage) for little bigger (maybe) speed (NOT FOR PRODUCTION DEPLOYMENT!). Issue-ID: OOM-2058 Change-Id: I0bbfc4fbae7f6b46e2fae49656437cd6748efd49 Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
Diffstat (limited to 'ansible/rke.yml')
-rw-r--r--ansible/rke.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ansible/rke.yml b/ansible/rke.yml
index 13e7bb5b..ab6c0bb5 100644
--- a/ansible/rke.yml
+++ b/ansible/rke.yml
@@ -2,6 +2,13 @@
- name: Gather facts for all hosts
hosts: all
+- name: Configure etcd (RKE)
+ hosts: kubernetes-etcd
+ roles:
+ - role: rke
+ vars:
+ mode: etcd
+
- name: Configure kubernetes cluster (RKE)
hosts: infrastructure
roles: