DOC-1606 Document Cloud Feature Support ordered rack region preferenc…#537
Conversation
…e for leader pinning
✅ Deploy Preview for rp-cloud ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThis PR updates documentation and configuration files to document a new ordered rack preference feature for Leader Pinning. The local Antora playbook is updated to include a feature branch from the documentation repository. The Leader Pinning documentation page is renamed to "Configure Leader Pinning" and enriched with learning objective attributes. A new "April 2026" section is added to the "What's New in Redpanda Cloud" page to introduce the ordered rack preference capability. Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 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 unit tests (beta)
Comment |
| :description: Learn about leader pinning and how to configure a preferred partition leader location based on cloud availability zones or regions. | ||
| = Configure Leader Pinning | ||
| :description: Learn about Leader Pinning and how to configure a preferred partition leader location based on cloud availability zones or regions. | ||
| :learning-objective-1: Configure preferred partition leader placement using rack labels |
There was a problem hiding this comment.
The learning objectives do not render in the Cloud version. Should they?
There was a problem hiding this comment.
They don't show in the s-m version either. Asking Claude...
There was a problem hiding this comment.
The problem is clear now — the :learning-objective-N: attributes are defined inside the // tag::single-source[] block
(body), not in the page header. Let me check how working pages define them and how they're actually rendered.
There was a problem hiding this comment.
@micheleRP @Feediver1 I don't know if we need changes to this file, unless the learning objectives are different for Cloud. For Self-Managed, the learning objective attributes are inside the single-source block here: https://github.com/redpanda-data/docs/blob/v-WIP/26.1/modules/develop/pages/produce-data/leader-pinning.adoc?plain=1
So once v-WIP/26.1 is merged to main, this page should just also render those same learning objectives
There was a problem hiding this comment.
need to circle back after merge to make sure they render.
…red-rack-region-preference-for-leader-pinning
local-antora-playbook.yml
Outdated
| branches: HEAD | ||
| - url: https://github.com/redpanda-data/documentation | ||
| branches: [main, v/*, shared, site-search] | ||
| branches: [DOC-1607-Document-feature-Support-ordered-rack-region-preference-for-leader-pinning, v/*, shared, site-search] |
There was a problem hiding this comment.
This branch is already merged in v-WIP/26.1, shouldn't this now point to v-WIP/26.1 for a preview?
* DOC-1606 Document Cloud Feature Support ordered rack region preferenc… (#537) * DOC01606 Document Cloud Feature Support ordered rack region preference for leader pinning * style edit * Apply suggestion from @JakeSCahill --------- Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com> Co-authored-by: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> * DOC-1809 Document Cloud Feature Group-based Access Control via OIDC (#536) * DOC-1809 Document Cloud Feature Group-based Access Control via OIDC * note GBAC not supported in Serverless * trigger Netlify rebuild * Apply suggestion from @JakeSCahill --------- Co-authored-by: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> * DOC-1811 Document Cloud Feature User-based throughput quotas (#534) * DOC-1811 Document Cloud Feature User-based throughput quotas * fix: restore docs repo branch to main in local playbook Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> * DOC-1825 Document Cloud Feature Cloud Topics (#526) * DOC-1825 Document Cloud Feature Cloud Topics * move files & add aliases, consistent with docs repo * Add Next steps section to create-topic.adoc and rename nav entry to Overview Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Update modules/develop/pages/topics/index.adoc Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com> * incorporate doc review feedback * chore: trigger Netlify rebuild for PR 526 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix: restore docs repo branch to main in local playbook Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com> Co-authored-by: Joyce Fee <joyce@redpanda.com> * DOC-1599 Document Cloud feature cross-region RRR on AWS (#524) * DOC-1599 Document feature cross-region RRR on AWS * coderabbit feedback * update What's New * Revert "DOC-1809 Document Cloud Feature Group-based Access Control via OIDC (#536)" This reverts commit e6c4671. --------- Co-authored-by: Michele Cyran <michele@redpanda.com> Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Joyce Fee <joyce@redpanda.com>
Description
This pull request single sources the new ordered rack preference feature for Leader Pinning. This updates cloud-docs with the new feature in the "What's New".
leader-pinning.adocpage to include new learning objectives about configuring preferred leader placement using rack labels, configuring ordered rack preference for priority-based failover, and identifying conditions where preferred placement is not possible. The title was also changed for clarity.whats-new-cloud.adocannouncing support for theordered_racksconfiguration value in Leader Pinning, explaining its behavior compared to the previousracksoption.Documentation build configuration:
local-antora-playbook.yml) to pull documentation from the branch that documents the new ordered rack preference feature for Leader Pinning.Resolves https://github.com/redpanda-data/documentation-private/issues/
Review deadline:
Page previews
What's New
Checks