docs: sweep rpk redpanda admin deprecation for 26.2 (DOC-2121) - #1832
docs: sweep rpk redpanda admin deprecation for 26.2 (DOC-2121)#1832Feediver1 wants to merge 2 commits into
Conversation
Replace deprecated rpk redpanda admin commands with their rpk cluster replacements across 18 prose files, per redpanda#30332 (shipped 26.2): - brokers decommission/decommission-status -> rpk cluster brokers ... - brokers list -> rpk cluster info -b --detailed - config log-level set -> rpk cluster loggers set Add the migration table to Deprecated Features, a What's New entry, and a deprecation note on the admin-addresses flag table. Xrefs to not-yet-generated rpk-cluster-brokers/loggers pages are left as code text with TODO(DOC-2121) markers until the 26.2 rpk regen lands. Co-Authored-By: Claude Fable 5 <[email protected]>
✅ Deploy Preview for redpanda-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 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:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
- Replace rpk redpanda admin brokers list (deprecated in 26.2, swept in #1832) with rpk cluster info -b --detailed in the Limitations bullet. - Move the Shadowing-topology sentence and xref out of the What's New entry: the target page ships in #1819, so this PR is now self-contained and can merge independently. #1819 re-adds the sentence alongside its page. Co-Authored-By: Claude Fable 5 <[email protected]>
|
@copilot resolve the merge conflicts in this pull request |
Resolved in commit |
Resolves https://redpandadata.atlassian.net/browse/DOC-2121
Sweeps all prose usage of the deprecated
rpk redpanda admincommands, per redpanda#30332 (merged 2026-05-05, verified contained in thev26.2.1tag). In 26.2 the old tree is hidden from help output and shimmed to the newrpk clustercommands.Changes
rpk redpanda admin brokers decommission[-status]→rpk cluster brokers decommission[-status]rpk redpanda admin brokers list→rpk cluster info -b --detailed(existing sample outputs already match the new command's enriched broker table, so outputs are unchanged)rpk redpanda admin config log-level set→rpk cluster loggers setupgrade:deprecated/index.adoc): new 26.2.1 row in rpk Renames with the full seven-command migration table.rpk redpanda adminflag-table row is annotated as deprecated (kept because the shims still work and still take--hosts).Coordination with the 26.2 rpk regen
rpk-redpanda-admin-*reference pages now point at existing new pages where possible (rpk-cluster-info). Where the new pages don't exist yet (rpk-cluster-brokers-*,rpk-cluster-loggers-*), commands are plain code text with// TODO(DOC-2121)markers, following the pre-regen precedent from docs: fetch read coalescing (DOC-2386) #1821.rpk-redpanda-admin-*pages and their nav entries are deliberately untouched: the regen owns their removal. When it drops them, the newrpk clusterpages needpage-aliasesfor the 12 old URLs (flagged in the DOC-2121 research; not doable until the new pages exist).Review notes
brokers listandconfig print); each swapped site was checked in context, and the canonicalbrokers listreplacement's--include-decommissionedflag was omitted where the docs only check active-broker health or versions.🤖 Generated with Claude Code
Preview pages
Representative pages (20 files changed in total; all verified rendering):
rpk redpanda adminoccurrences)Note for reviewers: the left nav still lists the 12 generated
rpk redpanda adminreference pages — deliberate; the 26.2 rpk regen owns their removal (see "Coordination with the 26.2 rpk regen").