We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d367ae9 + a0e771b commit 91323dbCopy full SHA for 91323db
cluster/manifests/external-dns/deployment.yaml
@@ -37,7 +37,6 @@ spec:
37
args:
38
- --source=service
39
- --source=ingress
40
- # TODO: support routegroup with eks ipv6
41
- --source=skipper-routegroup
42
{{- range split .Cluster.ConfigItems.external_dns_domain_filter "," }}
43
- --domain-filter={{ . }}
@@ -53,7 +52,6 @@ spec:
53
52
- --aws-zones-cache-duration={{ .Cluster.ConfigItems.external_dns_zones_cache_duration }}
54
- --annotation-filter=external-dns.alpha.kubernetes.io/exclude notin (true)
55
- --policy={{ .Cluster.ConfigItems.external_dns_policy }}
56
- - --log-level=debug
57
resources:
58
requests:
59
cpu: 50m
0 commit comments