Skip to content

Rpk 26.1#1582

Open
paulohtb6 wants to merge 3 commits intov-WIP/26.1from
rpk-26.1
Open

Rpk 26.1#1582
paulohtb6 wants to merge 3 commits intov-WIP/26.1from
rpk-26.1

Conversation

@paulohtb6
Copy link
Contributor

@paulohtb6 paulohtb6 commented Feb 23, 2026

Description

Resolves https://redpandadata.atlassian.net/browse/
Review deadline:

Updates the reference docs with the latest from rpk for 26.1.

Updated with redpanda-nightly:v0.0.0-20260221git47e07e7

Page previews

Checks

  • New feature
  • Content gap
  • Support Follow-up
  • Small fix (typos, links, copyedits, etc)

@paulohtb6 paulohtb6 requested a review from a team as a code owner February 23, 2026 21:16
@netlify
Copy link

netlify bot commented Feb 23, 2026

Deploy Preview for redpanda-docs-preview ready!

Name Link
🔨 Latest commit e8838bf
🔍 Latest deploy log https://app.netlify.com/projects/redpanda-docs-preview/deploys/699cc3a008ee1d000817eb87
😎 Deploy Preview https://deploy-preview-1582--redpanda-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@paulohtb6 paulohtb6 requested a review from r-vasquez February 23, 2026 21:16
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 23, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch rpk-26.1

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@paulohtb6
Copy link
Contributor Author

@r-vasquez I've split the changes into 3 commits to help you with the review.

Copy link
Contributor

@kbatuigas kbatuigas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No blockers, but would appreciate a couple of clarifications!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Am I correct in understanding that you can still use the --profile and --ignore-profile flags with rpk profile commands? Or do they end up being something like a no-op?

@r-vasquez

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They are mutually exclusive, and you'll get an error like

$ rpk topic create foo --profile foo --ignore-profile
Error: if any flags in the group [ignore-profile profile] are set none of the others can be; [ignore-profile profile] were all set
Usage:
  rpk topic create [TOPICS...] [flags]
  ...


* Cloud settings: Whether the `from_cloud` setting matches the broker URLs
* Auth reference: Whether the profile references a valid authentication
* Auth kind: Whether the authentication type is correctly configured
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit -- not sure if using "Auth" (instead of using the complete word) is a style decision or if it refers to something specific in this commands output

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the name of the "Check" which I chose to be shorter to display in the table form, for example

$ rpk profile validate
CHECK           STATUS   MESSAGE
Cloud Settings  WARNING  URLs look like Redpanda Cloud but from_cloud is set to false; run 'rpk profile set from_cloud=true'
Auth kind       OK
Auth Token      OK

rpk profile validate
----

Validate a specific profile:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be awesome if we could get example output of when the command does identify issues

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$ rpk profile validate
CHECK           STATUS   MESSAGE
Cloud Settings  WARNING  URLs look like Redpanda Cloud but from_cloud is set to false; run 'rpk profile set from_cloud=true'
Auth kind       OK
Auth Token      OK

And a valid one

$ rpk profile validate
CHECK           STATUS  MESSAGE
Cloud Settings  OK
Auth Reference  OK
Auth kind       OK
Auth Token      OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants