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

kubernetes-sigs / external-dns / 27833408727
81%

Build:
DEFAULT BRANCH: master
Ran 19 Jun 2026 03:07PM UTC
Jobs 2
Files 155
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Jun 2026 03:04PM UTC coverage: 81.381%. Remained the same
27833408727

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>

17230 of 21172 relevant lines covered (81.38%)

1472.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-macos-latest - 27833408727.1 19 Jun 2026 03:09PM UTC 155
81.38
GitHub Action Run
2 run-ubuntu-latest - 27833408727.2 19 Jun 2026 03:07PM UTC 155
81.38
GitHub Action Run
Source Files on build 27833408727
  • Tree
  • List 155
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27833408727
  • 3f2a59c6 on github
  • Prev Build on master (#27774447473)
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