external-dns-app release v2.9.0

This release contains some changes to mitigate rate limiting on AWS clusters. Please take note of the defaults for values aws.batchChangeInterval, aws.zonesCacheDuration, externalDNS.interval and externalDNS.minEventSyncInterval. If you already specify --aws-batch-change-interval or --aws-zones-cache-duration, please migrate to the new values aws.batchChangeInterval and aws.zonesCacheDuration.

Added

  • Allow to set --aws-batch-change-interval through aws.batchChangeInterval value. Default 10s.
  • Allow to set --aws-zones-cache-duration through aws.zonesCacheDuration value. Default 3h.

Changed

  • Set default externalDNS.interval to 5m.
  • Set default externalDNS.minEventSyncInterval to 30s.
  • Allow setting Route53 credentials (externalDNS.aws_access_key_id and externalDNS.aws_secret_access_key) indepentent from aws.access value.
  • Allow setting the AWS default region (aws.region) indepentent from aws.access value.
  • Allow to omit the --domain-filter flag completely by setting externalDNS.domainFilterList to null.

This part of our documentation refers to our vintage product. The content may be not valid anymore for our current product. Please check our new documentation hub for the latest state of our docs.