actualized for kubespray version 2.28.0
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
---
|
||||
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 [] }}"
|
||||
Reference in New Issue
Block a user