c12s-kubespray/kubedns.yaml

6 lines
145 B
YAML
Raw Normal View History

- hosts: kube-master
tasks:
- name: setup-kubedns
shell: kpm deploy kube-system/kubedns --namespace=kube-system
run_once: true