Fix cobbler.main.unkin.net CNAME to resolve on k8s DNS #491

Merged
benvin merged 1 commits from benvin/cobbler-cname-fqdn into develop 2026-07-20 23:17:12 +10:00

1 Commits

Author SHA1 Message Date
unkinben b4d70d6008 Fix cobbler CNAME target to be fully-qualified
The cobbler master exports cobbler.main.unkin.net as a CNAME whose value
is the bare hostname. BIND's legacy zone-file load completes that against
$ORIGIN, but dns-updater renders RFC2136 updates with no $ORIGIN, so the
bare label becomes root-absolute (ausyd1nxvm2098.) and dead-ends in
NXDOMAIN on the k8s authoritative/resolvers. Qualify the target so both
publish paths resolve identically.
2026-07-20 23:13:13 +10:00