-
Notifications
You must be signed in to change notification settings - Fork 47
Rpk v25.2 #1243
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
Conversation
|
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 You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
✅ Deploy Preview for redpanda-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
modules/reference/pages/rpk/rpk-security/rpk-security-acl-create.adoc
Outdated
Show resolved
Hide resolved
modules/reference/pages/rpk/rpk-security/rpk-security-acl-create.adoc
Outdated
Show resolved
Hide resolved
modules/reference/pages/rpk/rpk-security/rpk-security-acl-create.adoc
Outdated
Show resolved
Hide resolved
modules/reference/pages/rpk/rpk-security/rpk-security-acl-create.adoc
Outdated
Show resolved
Hide resolved
| * For AWS, test with either i3en, i4i, or is4gen; for GCP, test with n2-standard (GCP); and for Azure, test with lsv2. In general, choose instance types that prioritize storage and network performance. | ||
| * Run hardware and Redpanda benchmark tests for a performance baseline. | ||
| * **Network bandwidth**: Total bandwidth must account for maximum simultaneous writes and reads, multiplied by the replication factor. | ||
| * **Memory per core**: Allocate a minimum of 2 GB memory for each CPU core. Additional memory could improve performance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * **Memory per core**: Allocate a minimum of 2 GB memory for each CPU core. Additional memory could improve performance. | |
| * **Memory per core**: Allocate a minimum of 2 GB of memory for each CPU core. Additional memory could improve performance. |
| ==== | ||
| In a live system, Redpanda metrics are exported only for features that are in use. For example, Redpanda does not export metrics for consumer groups if no groups are registered. | ||
| To see the available public metrics in your system, query the `/public_metrics` endpoint: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| To see the available public metrics in your system, query the `/public_metrics` endpoint: | |
| To view the available public metrics in your system, query the `/public_metrics` endpoint: |
|
|
||
| A resource is what an ACL allows or denies access to. There are four resources | ||
| within Redpanda: topics, groups, the cluster itself, and transactional IDs. | ||
| A resource is what an ACL allows or denies access to. There are six resources |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in the SR AuthZ doc, the new ACL resources are listed as registry and subject. See https://github.com/redpanda-data/docs/pull/1224/files
Feediver1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sure the new ACL resources match what is in https://github.com/redpanda-data/docs/pull/1224/files. There is a discussion there between @BenPope and @r-vasquez re this. We settled on the names in the REST API, which are REGISTRY and SUBJECT.
Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com>
IMPORTANT
Assumes that #1241 has been merged. Requires
betato be rebased againstmain.Actual changes, here: e503f2c
Description
Updates with changes in rpk v25.2-rc6
Resolves https://redpandadata.atlassian.net/browse/
Review deadline: July 29th
Page previews
Checks