The v2.0 docs-coverage audit walked every v2.0 commit and checked whether current docs/ covers what shipped. Most of it is covered; what's left clusters into five deliverables, each a sub-issue here, each sized so one docs PR clears several checklist rows at once.
The deliverables
Forward + reverse DNS operator guide -- the biggest gap: PTR support, derived reverse zones, and overlay-instance records shipped with zero docs presence (feat(dns): parse reverse-DNS (PTR) query names into IP addresses #2691 , feat(dns): look up PTR records by interface address #2711 , feat(dns): answer PTR queries in the DNS lookup handler #2719 , feat(dns): serve PTR queries from carbide-dns #2720 , feat(dns): derive reverse-DNS zones from network prefixes #2769 , feat(dns): remove a reverse-DNS zone with its network segment #2783 , feat(dns): serve forward A/AAAA for overlay instance addresses #2786 , feat(dns): serve reverse PTR for overlay instance addresses #2855 , feat(dhcp): include the host's IPv6 DNS resolvers in the agent's DHCP config #2686 ).
Postgres-backed secrets operator docs -- the design doc (docs(secrets): Add a design doc for Postgres-backed secret storage #3225 , in flight) explains the architecture but nothing tells an operator how to configure [secrets] or run the Vault migration (feat: support storing secrets/credentials in Postgres #2665 , feat(secrets): configurable credential chain and writer #2873 ).
site-explorer mlx-devices documentation (feat(site-explorer): report Mellanox firmware from explored data #2757 , refactor(site-explorer): paginate the explored Mellanox device RPC #2833 ).
NIC-mode flip application mechanics -- the operator guide implies automatic application; make it explicit and document the ManualPowerCycleRequired failure state (feat(site-explorer): power cycle [not just Dell] to apply a queued NIC mode change #2367 , feat(site-explorer): fall back to ACPowercycle when a vendor refuses PowerCycle #2718 ).
Stale label-cap correction -- three repair manuals still say 10 where MAX_LABELS is now 16 (chore: raise the metadata label cap from 10 to 16 #2279 ).
Notes
The v2.0 docs-coverage audit walked every v2.0 commit and checked whether current
docs/covers what shipped. Most of it is covered; what's left clusters into five deliverables, each a sub-issue here, each sized so one docs PR clears several checklist rows at once.The deliverables
[secrets]or run the Vault migration (feat: support storing secrets/credentials in Postgres #2665, feat(secrets): configurable credential chain and writer #2873).site-explorer mlx-devicesdocumentation (feat(site-explorer): report Mellanox firmware from explored data #2757, refactor(site-explorer): paginate the explored Mellanox device RPC #2833).ManualPowerCycleRequiredfailure state (feat(site-explorer): power cycle [not just Dell] to apply a queued NIC mode change #2367, feat(site-explorer): fall back to ACPowercycle when a vendor refuses PowerCycle #2718).MAX_LABELSis now 16 (chore: raise the metadata label cap from 10 to 16 #2279).Notes
machine boot-interfacesto the CLI reference, so that row (feat(admin-cli): inspect a machine's MachineBootInterface across its lifecycle #2865) clears when it merges.