Fixes and improvements

- Move kubedns to a separate mini playbook
- Fix custom.yaml location
This commit is contained in:
Aleksandr Didenko
2016-06-20 11:05:17 +02:00
parent 8d8622bbb9
commit bc29db7bd2
4 changed files with 13 additions and 6 deletions

5
kubedns.yaml Normal file
View File

@@ -0,0 +1,5 @@
- hosts: kube-master
tasks:
- name: setup-kubedns
shell: kpm deploy kube-system/kubedns --namespace=kube-system
run_once: true