Fix external-dns PTR flag (--create-ptr) #294
Reference in New Issue
Block a user
Delete Branch "benvin/externaldns-create-ptr-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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).
Record reconciliation is stalled until this merges (serving unaffected — bind answers normally). MERGE ASAP.