Skip to content

Commit 15f3e2e

Browse files
committed
rpk: fix default flags for rpk debug bundle
1 parent 74b3334 commit 15f3e2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ rpk debug bundle [flags]
9393

9494
|--controller-logs-size-limit |string |Sets the limit of the controller
9595
log size that can be stored in the bundle. Multipliers are also
96-
supported, e.g. 3MB, 1GiB (default `20MB`).
96+
supported, e.g. 3MB, 1GiB (default `132MB`).
9797

9898
|--cpu-profiler-wait |duration |Specifies the duration for collecting samples for the CPU profiler (for example, 30s, 1.5m). Must be higher than 15s (default `30s`).
9999

@@ -107,14 +107,14 @@ supported, e.g. 3MB, 1GiB (default `20MB`).
107107
reached. Multipliers are also supported, e.g. 3MB, 1GiB (default
108108
`100MiB`).
109109

110-
|--logs-until |string |Include logs older than the specified date. This flag accepts a `journalctl` date format such as `YYYY-MM-DD`, `yesterday`, or `today`. Refer to the link:https://man7.org/linux/man-pages/man1/journalctl.1.html[`journalctl` documentation] for more options (default `yesterday`). +
110+
|--logs-until |string |Include logs older than the specified date. This flag accepts a `journalctl` date format such as `YYYY-MM-DD`, `yesterday`, or `today`. Refer to the link:https://man7.org/linux/man-pages/man1/journalctl.1.html[`journalctl` documentation] for more options. +
111111
*Not supported in Kubernetes*
112112

113113
|--metrics-interval |duration |The amount of time to wait before
114114
capturing the second snapshot of the metrics endpoints, for example
115115
`30s` (30 seconds) or `1.5m` (90 seconds). This interval is useful
116116
because some metrics are counters that need values at two points in
117-
time. Default: `12s`.
117+
time. Default: `10s`.
118118

119119
|--metrics-samples |int |Number of metrics samples to take (at the interval of `--metrics-interval`). Must be higher or equals 2 (default 2).
120120

0 commit comments

Comments
 (0)