renaming role k8s-skydns to k8s-kubedns

This commit is contained in:
Smaine Kahlouch
2015-10-18 16:23:01 +02:00
parent 42613eac91
commit 5d61661850
2 changed files with 7 additions and 7 deletions

View File

@@ -14,8 +14,8 @@
- hosts: kube-master
roles:
- { role: kubernetes/master, tags: master }
# Addons to be installed
# - { role: apps/k8s-skydns, tags: ['skydns', 'apps'] }
# Apps to be installed
# - { role: apps/k8s-kubedns, tags: ['kubedns', 'apps'] }
# - { role: apps/k8s-fabric8, tags: ['fabric8', 'apps'] }
- hosts: kube-node