Fix external-dns PTR flag (--create-ptr) #294

Merged
benvin merged 1 commits from benvin/externaldns-create-ptr-fix into main 2026-07-26 00:15:33 +10:00
Owner

external-dns v0.21.0 rejects --rfc2136-create-ptr (my error in #292) and the pod is crash-looping on flag parsing. The correct flag in this version is the generic --create-ptr, which synthesizes PTRs for A records whose reverse zone is in the domain filter (200.18.198.in-addr.arpa already is).

  • Replaces --rfc2136-create-ptr with --create-ptr

Record reconciliation is stalled until this merges (serving unaffected — bind answers normally). MERGE ASAP.

external-dns v0.21.0 rejects --rfc2136-create-ptr (my error in #292) and the pod is crash-looping on flag parsing. The correct flag in this version is the generic --create-ptr, which synthesizes PTRs for A records whose reverse zone is in the domain filter (200.18.198.in-addr.arpa already is). - Replaces --rfc2136-create-ptr with --create-ptr Record reconciliation is stalled until this merges (serving unaffected — bind answers normally). MERGE ASAP.
unkinben added 1 commit 2026-07-26 00:12:27 +10:00
Fix PTR flag name: --create-ptr (v0.21.0 has no --rfc2136-create-ptr)
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
3433c827d5
benvin merged commit faa256c764 into main 2026-07-26 00:15:33 +10:00
benvin deleted branch benvin/externaldns-create-ptr-fix 2026-07-26 00:15:33 +10:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/argocd-apps#294