mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 16:28:45 -03:30
Fixes and improvements
- Move kubedns to a separate mini playbook - Fix custom.yaml location
This commit is contained in:
5
kubedns.yaml
Normal file
5
kubedns.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
- hosts: kube-master
|
||||
tasks:
|
||||
- name: setup-kubedns
|
||||
shell: kpm deploy kube-system/kubedns --namespace=kube-system
|
||||
run_once: true
|
||||
Reference in New Issue
Block a user