• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Orange-OpenSource / external-dns / 27876357758

19 Jun 2026 03:04PM UTC coverage: 81.386% (+0.8%) from 80.621%
27876357758

push

github

web-flow
feat(chart): add replicaCount to allow scaling external-dns to 0 or 1 (#6503)

The Deployment hardcoded replicas: 1 with no way to override it, so the
chart could not be scaled to 0 (e.g. to temporarily pause external-dns)
without forking. Add a replicaCount value wired into the Deployment.

external-dns does not support leader election, so running more than one
replica causes duplicate/conflicting DNS updates. The value is therefore
bounded to 0 or 1 in values.schema.json (minimum 0, maximum 1) and is
enforced again by a template-level guard for paths that skip schema
validation, such as helm template piped into kubectl apply. Unit tests
cover scaling to 0 and rejecting values above 1. This addresses the
concern that blocked the earlier replicaCount PR.

Signed-off-by: Aman Raj <aman.yug@gmail.com>

17231 of 21172 relevant lines covered (81.39%)

1472.8 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

93.44
/node.go


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc