docs: add a Cloudflare DNS page#697
Merged
Merged
Conversation
Split DNS setup into a dedicated Cloudflare DNS how-to: the automatic Cloudflare path (token, zone config, and which records nic creates and when) and the manual path for other providers. Document the known limitation that changing the domain leaves old records behind. Trim the DNS section from the deploy lifecycle page to a link, add the new page to the sidebar, and point the AWS and Hetzner provider pages at it.
✅ Deploy Preview for nebari-docs2 canceled.
|
The full dns schema reference is provider-agnostic, so keep it on the shared Cloudflare DNS page and have the Hetzner page link there instead of carrying its own copy.
khuyentran1401
force-pushed
the
docs/cloudflare-dns
branch
from
June 18, 2026 04:15
8b29303 to
3e97ba9
Compare
2 tasks
marcelovilla
approved these changes
Jun 18, 2026
marcelovilla
left a comment
Member
There was a problem hiding this comment.
LGTM! Thanks @khuyentran1401!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reference Issues or PRs
Fixes #654.
What does this implement/fix?
zone_nameconfig, and which recordsniccreates and when) and the manual path for any other DNS provider.domainand redeploying leaves the old domain's records behind, which the lifecycle page did not mention.Testing
Ran the Docusaurus build (no new broken links) and verified the records, token permissions, and domain-change limitation against the audited DNS design doc and a live deploy (
niccreated an apex and wildcard Cloudflare record after the load balancer endpoint was ready).