summaryrefslogtreecommitdiffstats
path: root/ansible/rke.yml
diff options
context:
space:
mode:
authorMichal Zegan <m.zegan@samsung.com>2019-04-23 16:34:58 +0200
committerPetr OspalĂ˝ <p.ospaly@partner.samsung.com>2019-05-17 08:09:57 +0000
commit119f760bc517ca037fbbc90bc741902c75c4696c (patch)
treee91d80624ebee447338721aaaef2820ec19bbf2f /ansible/rke.yml
parentfe49ee9006e9396c79f90365b9e814ee70c9fcee (diff)
Add setup for kubectl and helm
the kubeconfig is copied from the cluster config directory to ~/.kube/config. Also, the playbook runs kubectl and helm roles to install tools. Change-Id: I29ee98f6502bbb7923b1ae6812dd642ca206dbce Issue-ID: OOM-1778 Signed-off-by: Petr OspalĂ˝ <p.ospaly@partner.samsung.com> Signed-off-by: Michal Zegan <m.zegan@samsung.com>
Diffstat (limited to 'ansible/rke.yml')
-rw-r--r--ansible/rke.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/rke.yml b/ansible/rke.yml
index 81e964d9..e0d6dcf1 100644
--- a/ansible/rke.yml
+++ b/ansible/rke.yml
@@ -24,3 +24,5 @@
- role: rke
vars:
mode: deploy
+ - kubectl
+ - helm