[Phase 5] Add docs/dns.md grafana.leeworks.dev entry to Phase 6 DNS issue and operator-runbook #62
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Problem
docs/dns.mdlists 7 required DNS A records (includinggrafana.leeworks.dev), but issue #33 '[Phase 6] Configure DNS for all six leeworks.dev subdomains' only mentions 6 subdomains (zip, holidays, aqi, docs, status, registry). Thegrafana.leeworks.devsubdomain used by the Prometheus+Grafana HelmRelease ingress is silently missing from the operator task.Similarly, the Flux monitoring
helmrelease.yamlreferencesgrafana.leeworks.devbutdocs/operator-runbook.mddoes not explicitly list it in the DNS section.What to do
docs/operator-runbook.mdDNS section to addgrafana.leeworks.devto the table and thedigverification block.docs/dns.mdis consistent (it already lists 7 — verify it matches the Grafana ingress host influx/monitoring/helmrelease.yaml).Acceptance criteria
docs/operator-runbook.mdDNS table has 7 rows (including grafana.leeworks.dev)docs/dns.mdmatches the ingress host influx/monitoring/helmrelease.yamlkustomize build flux/= PASS (no manifest changes)Dependencies
✅ Implemented — PR #63 merged.
Changes made:
docs/dns.md: fixed '6 A records' → '7 A records'; addedgrafana.leeworks.devto dig verification block and status checklistdocs/operator-runbook.md: fixed 'all six' → 'all seven' in Phase 4 DNS section; added missingregistry.leeworks.devrow; added dig verification loopAll acceptance criteria met.
kustomize build flux/= PASS.