You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/reference/pages/rpk/rpk-debug/rpk-debug-bundle.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ rpk debug bundle [flags]
93
93
94
94
|--controller-logs-size-limit |string |Sets the limit of the controller
95
95
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`).
97
97
98
98
|--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`).
99
99
@@ -107,14 +107,14 @@ supported, e.g. 3MB, 1GiB (default `20MB`).
107
107
reached. Multipliers are also supported, e.g. 3MB, 1GiB (default
108
108
`100MiB`).
109
109
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. +
111
111
*Not supported in Kubernetes*
112
112
113
113
|--metrics-interval |duration |The amount of time to wait before
114
114
capturing the second snapshot of the metrics endpoints, for example
115
115
`30s` (30 seconds) or `1.5m` (90 seconds). This interval is useful
116
116
because some metrics are counters that need values at two points in
117
-
time. Default: `12s`.
117
+
time. Default: `10s`.
118
118
119
119
|--metrics-samples |int |Number of metrics samples to take (at the interval of `--metrics-interval`). Must be higher or equals 2 (default 2).
0 commit comments