bind-internal: add dashboard.ceph.unkin.net + lb1.unkin.net records #266
Reference in New Issue
Block a user
Delete Branch "benvin/ceph-dashboard-dns"
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?
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: CNAMEdashboard.ceph.unkin.net->lb1.unkin.net.(zoneceph.unkin.net, zoneRefceph-unkin-net).DNSRecord lb1-unkin-net: Alb1.unkin.net->103.216.191.185(zoneunkin.net, zoneRefunkin-net).Once applied, the operator's
sandbox-user/sandbox-bucket(currently Error/Pending on DNS) will reconcile to Ready.