bind-internal: add dashboard.ceph.unkin.net + lb1.unkin.net records #266

Merged
benvin merged 1 commits from benvin/ceph-dashboard-dns into main 2026-07-18 23:50:59 +10:00
Owner

Why

The cephrgw-operator (in-cluster) fails to reach the Ceph dashboard because CoreDNS/bind-internal has no record for dashboard.ceph.unkin.net (no such host). Publish it authoritatively so in-cluster clients can resolve it.

Changes (apps/base/bind-internal/authoritative/records.yaml)

  • DNSRecord dashboard-ceph-cname: CNAME dashboard.ceph.unkin.net -> lb1.unkin.net. (zone ceph.unkin.net, zoneRef ceph-unkin-net).
  • DNSRecord lb1-unkin-net: A lb1.unkin.net -> 103.216.191.185 (zone unkin.net, zoneRef unkin-net).

Once applied, the operator's sandbox-user/sandbox-bucket (currently Error/Pending on DNS) will reconcile to Ready.

## Why The cephrgw-operator (in-cluster) fails to reach the Ceph dashboard because CoreDNS/bind-internal has no record for `dashboard.ceph.unkin.net` (`no such host`). Publish it authoritatively so in-cluster clients can resolve it. ## Changes (apps/base/bind-internal/authoritative/records.yaml) - `DNSRecord dashboard-ceph-cname`: CNAME `dashboard.ceph.unkin.net` -> `lb1.unkin.net.` (zone `ceph.unkin.net`, zoneRef `ceph-unkin-net`). - `DNSRecord lb1-unkin-net`: A `lb1.unkin.net` -> `103.216.191.185` (zone `unkin.net`, zoneRef `unkin-net`). Once applied, the operator's `sandbox-user`/`sandbox-bucket` (currently Error/Pending on DNS) will reconcile to Ready.
unkinben added 1 commit 2026-07-18 23:42:34 +10:00
bind-internal: add dashboard.ceph.unkin.net + lb1.unkin.net records
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
3a17104a4d
In-cluster clients (cephrgw-operator) could not resolve
dashboard.ceph.unkin.net, so the operator failed to reach the Ceph dashboard.
Publish the name authoritatively in bind-internal.

- CNAME dashboard.ceph.unkin.net -> lb1.unkin.net. (zone ceph.unkin.net)
- A lb1.unkin.net -> 103.216.191.185 (zone unkin.net)
benvin merged commit f61d5ba16d into main 2026-07-18 23:50:59 +10:00
benvin deleted branch benvin/ceph-dashboard-dns 2026-07-18 23:51:00 +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#266