DOC-2077: rename "Cluster settings" to "Dataplane settings"#558
DOC-2077: rename "Cluster settings" to "Dataplane settings"#558
Conversation
The per-cluster page in Redpanda Cloud Console is now labeled "Dataplane settings" across Serverless, BYOC, and Dedicated. Update 27 references across 14 files so step-by-step procedures match the current UI. Scope: post-creation page references only. The cluster-creation wizard step phrasing in quick-start-cloud.adoc is unchanged pending UI verification. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for rp-cloud ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
📝 WalkthroughWalkthroughThis PR updates documentation across 13 Redpanda Cloud reference files to reflect a UI navigation change. All instances where users were directed to the "Cluster settings" page for API Gateway access, Private Service Connect, PrivateLink, maintenance windows, user impersonation, and cluster deletion are now updated to reference the "Dataplane settings" page instead. No functional behavior or logic is modified—only the documented UI navigation paths are changed. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
* docs: add arc output connector for cloud Add arc output connector page and update whats-new with entry for the new cloud-supported connector. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * chore: temporarily reference auto-docs branch from rp-connect-docs Update playbook to reference the auto-docs/update-rpcn-connector-docs branch so the arc connector include can resolve during preview builds. This should be reverted to main once the rp-connect-docs PR is merged. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Update local-antora-playbook.yml * Update nav.adoc --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
There was a problem hiding this comment.
oh, nice catch @alextreichler ! I've updated docs!
Feediver1
left a comment
There was a problem hiding this comment.
checked every update--no sign of cluster settings!

Summary
Redpanda Cloud Console renamed the per-cluster Cluster settings page to Dataplane settings. Verified in the Cloud UI across Serverless, BYOC, and Dedicated. This PR updates 27 references across 14 files so step-by-step procedures match the current UI.
Closes DOC-2077.
Files changed
modules/get-started/pages/cluster-types/byoc/aws/create-byoc-cluster-aws.adocmodules/get-started/pages/cluster-types/byoc/azure/create-byoc-cluster-azure.adocmodules/get-started/pages/cluster-types/byoc/gcp/create-byoc-cluster-gcp.adocmodules/get-started/pages/cluster-types/byoc/gcp/vpc-byo-gcp.adocmodules/get-started/pages/cluster-types/create-dedicated-cloud-cluster.adocmodules/get-started/pages/whats-new-cloud.adoc(3 release-note references; all describe functionality users can still do today, so renamed rather than preserved)modules/get-started/partials/quick-start-cloud.adocmodules/manage/pages/maintenance.adocmodules/networking/pages/configure-private-service-connect-in-cloud-ui.adocmodules/networking/pages/configure-privatelink-in-cloud-ui.adocmodules/networking/pages/dedicated/gcp/configure-psc-in-ui.adocmodules/networking/pages/serverless/aws/privatelink-ui.adocmodules/networking/partials/psc-ui.adocmodules/security/pages/cloud-authentication.adocFormatting markers (
**bold**,*italic*, plain text) preserved per occurrence.Out of scope
modules/get-started/partials/quick-start-cloud.adocline 18 (. For cluster settings, enter **redpandaquickstart** for the cluster name.) describes a step in the cluster-creation wizard, not the post-creation Dataplane settings page. Left unchanged — wizard step may not have been renamed.Follow-up
Separate PR in docs-team-standards: add
Dataplane settingsentry toresources/writing-style/terminology.mdso thereviewskill flags future regressions.Review feedback addressed
modules/security/pages/cloud-authentication.adocandmodules/get-started/pages/whats-new-cloud.adoc(commitb2ce79e). Both pages are already in the Preview pages list below.Preview pages
Test plan
npm run buildsucceeds locally (exit 0)git grep -i "cluster settings" -- 'modules/**/*.adoc'returns only the intentional wizard-step linegit grep -i "dataplane settings" -- 'modules/**/*.adoc'returns 27 matches across 14 files🤖 Generated with Claude Code