Add kubedns as default package to install

This commit is contained in:
ant31
2016-05-04 18:00:46 +02:00
committed by Smana
parent c43f9bc705
commit eb6025a184
3 changed files with 15 additions and 0 deletions

View File

@@ -14,3 +14,7 @@
- hosts: k8s-cluster
roles:
- { role: dnsmasq, tags: dnsmasq }
- hosts: kube-master[0]
roles:
- {role: kubernetes-apps, tags: apps}