mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-15 22:34:21 +03:00
23 lines
691 B
YAML
23 lines
691 B
YAML
---
|
|
dns_autoscaler_manifests:
|
|
- dns-autoscaler-sa.yml.j2
|
|
- dns-autoscaler.yml.j2
|
|
- dns-autoscaler-clusterrole.yml.j2
|
|
- dns-autoscaler-clusterrolebinding.yml.j2
|
|
|
|
coredns_manifests:
|
|
- coredns-clusterrole.yml.j2
|
|
- coredns-clusterrolebinding.yml.j2
|
|
- coredns-config.yml.j2
|
|
- coredns-deployment.yml.j2
|
|
- coredns-sa.yml.j2
|
|
- coredns-svc.yml.j2
|
|
- "{{ dns_autoscaler_manifests if enable_dns_autoscaler else [] }}"
|
|
- "{{ coredns-poddisruptionbudget.yml.j2 if coredns_pod_disruption_budget else [] }}"
|
|
|
|
nodelocaldns_manifests:
|
|
- nodelocaldns-config.yml.j2
|
|
- nodelocaldns-daemonset.yml.j2
|
|
- nodelocaldns-sa.yml.j2
|
|
- "{{ nodelocaldns-second-daemonset.yml.j2 if enable_nodelocaldns_secondary else [] }}"
|