-
Notifications
You must be signed in to change notification settings - Fork 47
Update brokers list outputs #1557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update brokers list outputs #1557
Conversation
✅ Deploy Preview for redpanda-docs-preview ready!Built without sensitive environment variables
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 You can disable this status message by setting the
📝 WalkthroughWalkthroughThis pull request updates documentation across multiple Redpanda operational guides. The changes standardize broker list example outputs in decommissioning and rolling upgrade documentation by replacing compact numeric-ID formatting with detailed hostname-based tables containing additional fields (HOST, PORT, RACK, UUID). Updates also include column header standardization (MEMBERSHIP-STATUS to MEMBERSHIP, BROKER-VERSION to VERSION) and new guidance on handling replication factors during rolling upgrades for topics with replication.factor=1. Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@Feediver1, the new output is horizontally wide. Is it possible to make the |
|
Thanks! You can get the code block to scroll by using this syntax instead of triple backticks: don’t add spaces between the dashes. I’m currently on mobile and needed to do that to get it to render. |
|
I think the ideal scenario for the long-term is for us to build tests that save the |

Description
This PR updates the output of the
rpk redpanda admin brokers listcommand in all pages that exists because they are still old.Page previews
Checks