c12s-kubespray/playbooks/kubedashboard.yaml

6 lines
158 B
YAML
Raw Normal View History

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