From 12b59e5c3bb245dc12aa0cdeb4cb1a151f8292bd Mon Sep 17 00:00:00 2001 From: Joyce Fee <102751339+Feediver1@users.noreply.github.com> Date: Wed, 27 May 2026 09:51:16 -0500 Subject: [PATCH 1/4] Update rpk-debug-bundle.adoc --- .../reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc b/modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc index 5c9c21580b..b4bdc9befc 100644 --- a/modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc +++ b/modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc @@ -53,19 +53,19 @@ as root. You can provide a list of partitions to save additional admin API requests specifically for those partitions. -The partition flag accepts the format `/[topic]/[partitions...]` where the namespace is optional, if the namespace is not provided, `rpk` will assume 'kafka'. For example: +The partition flag accepts the format `/[topic]/[partition...]` where the namespace is optional, if the namespace is not provided, `rpk` will assume 'kafka'. For example: Topic 'foo', partitions 1, 2 and 3: [,bash] ---- ---partitions foo/1,2,3 +--partition: foo/1,2,3 ---- Namespace _redpanda-internal, topic 'bar', partition 2 [,bash] ---- ---partitions _redpanda-internal/bar/2 +--partition: _redpanda-internal/bar/2 ---- If you have an upload URL from the Redpanda support team, provide it in the --upload-url flag to upload your diagnostics bundle to Redpanda. @@ -184,4 +184,4 @@ rpk debug bundle --logs-since "2022-02-01" --logs-size-limit 3MiB rpk debug bundle --namespace ---- -// end::single-source[] \ No newline at end of file +// end::single-source[] From b14437792226fc9638d8b6c3035b89644fbf9c2a Mon Sep 17 00:00:00 2001 From: Joyce Fee <102751339+Feediver1@users.noreply.github.com> Date: Wed, 27 May 2026 09:59:55 -0500 Subject: [PATCH 2/4] Apply suggestions from code review Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com> --- modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc b/modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc index b4bdc9befc..f65a25321f 100644 --- a/modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc +++ b/modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc @@ -59,13 +59,13 @@ Topic 'foo', partitions 1, 2 and 3: [,bash] ---- ---partition: foo/1,2,3 +--partition foo/1,2,3 ---- Namespace _redpanda-internal, topic 'bar', partition 2 [,bash] ---- ---partition: _redpanda-internal/bar/2 +--partition _redpanda-internal/bar/2 ---- If you have an upload URL from the Redpanda support team, provide it in the --upload-url flag to upload your diagnostics bundle to Redpanda. From bb5e9c8b31153170019a9cbf0696424f120d4c93 Mon Sep 17 00:00:00 2001 From: Joyce Fee <102751339+Feediver1@users.noreply.github.com> Date: Thu, 28 May 2026 07:54:40 -0500 Subject: [PATCH 3/4] Apply suggestion from @Feediver1 --- modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc b/modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc index f65a25321f..5d1ac9410a 100644 --- a/modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc +++ b/modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc @@ -53,7 +53,7 @@ as root. You can provide a list of partitions to save additional admin API requests specifically for those partitions. -The partition flag accepts the format `/[topic]/[partition...]` where the namespace is optional, if the namespace is not provided, `rpk` will assume 'kafka'. For example: +- The partition flag accepts the format `[namespace/]topic/partition[,partition...]` where the namespace is optional. If the namespace is not provided, `rpk` will assume 'kafka'. For example: Topic 'foo', partitions 1, 2 and 3: From c0246543b22ce628388375c1d7d34ea8a560ee13 Mon Sep 17 00:00:00 2001 From: Joyce Fee <102751339+Feediver1@users.noreply.github.com> Date: Thu, 28 May 2026 15:49:16 -0500 Subject: [PATCH 4/4] Update modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc Co-authored-by: Michele Cyran --- modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc b/modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc index 5d1ac9410a..ca3a2b6974 100644 --- a/modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc +++ b/modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc @@ -53,7 +53,7 @@ as root. You can provide a list of partitions to save additional admin API requests specifically for those partitions. -- The partition flag accepts the format `[namespace/]topic/partition[,partition...]` where the namespace is optional. If the namespace is not provided, `rpk` will assume 'kafka'. For example: +The partition flag accepts the format `[namespace/]topic/partition[,partition...]` where the namespace is optional. If the namespace is not provided, `rpk` will assume 'kafka'. For example: Topic 'foo', partitions 1, 2 and 3: