You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[bitnami/external-dns] Why bitnami chart allows to modify number of replicas for external dns when external dns does not support multiple replicas
#26682
Closed
mzeeshan1 opened this issue
Jun 4, 2024
· 1 comment
· Fixed by #26759
Bitnami external chart allows to configure number of replicas for external dns when external dns does not support multiple replicas
ref: kubernetes-sigs/external-dns#2430
This impacts multiple things in chart
Daemonset should not be there
Pod Disruption Budget should not be enabled by default.
Deployment strategy. It should be Recreate by default if I am not missing anything.
What do you see instead?
The chart allows to modify number of replicas for external DNS it also allows to deploy external DNS as a daemonset
The text was updated successfully, but these errors were encountered:
javsalgar
changed the title
Why bitnami chart allows to modify number of replicas for external dns when external dns does not support multiple replicas https://github.com/kubernetes-sigs/external-dns/issues/2430
[bitnami/external-dns] Why bitnami chart allows to modify number of replicas for external dns when external dns does not support multiple replicas https://github.com/kubernetes-sigs/external-dns/issues/2430
Jun 5, 2024
migruiz4
changed the title
[bitnami/external-dns] Why bitnami chart allows to modify number of replicas for external dns when external dns does not support multiple replicas https://github.com/kubernetes-sigs/external-dns/issues/2430
[bitnami/external-dns] Why bitnami chart allows to modify number of replicas for external dns when external dns does not support multiple replicas
Jun 5, 2024
After some further investigation, looks like indeed external-dns does not officially support having multiple replicas, and doing so could lead to problems.
Because of that, I have submitted #26759, a new major release dropping support for Daemonset and multi-replica deployments. If in a future release external-dns adds support for multiple replicas, we will restore these features.
Name and Version
bitnami/external-dns
What architecture are you using?
None
What steps will reproduce the bug?
Bitnami external chart allows to configure number of replicas for external dns when external dns does not support multiple replicas
ref: kubernetes-sigs/external-dns#2430
This impacts multiple things in chart
What do you see instead?
The chart allows to modify number of replicas for external DNS it also allows to deploy external DNS as a daemonset
The text was updated successfully, but these errors were encountered: