external-dns
external-dns copied to clipboard
Allow replica count to be set to zero
trafficstars
Description Allows the replica count for external-dns deployments to be configurable as zero. external-dns helm installs can be done in secondary regions with zero replicas waiting to be scaled up during a failover event. See #4783
The helm chart values.yaml was commented to reflect that external-dns does not support more than one replica.
Checklist
- [ ] Unit tests updated
- [X] End user documentation updated