tests: k8s: confidential: Increase log_buf_len to 4M

Relying on dmesg is really not ideal, as we may lose important info,
mainly those which happen very early in the boot, depending on the size
of kernel ring buffer.

So, for this specific test, let's increase the kernel ring buffer, by
default, to 4M.

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
This commit is contained in:
Fabiano Fidêncio
2025-01-23 08:22:05 +01:00
parent d5f907dcf1
commit 18137b1583

View File

@@ -22,6 +22,8 @@ spec:
app: "confidential-unencrypted" app: "confidential-unencrypted"
template: template:
metadata: metadata:
annotations:
io.katacontainers.config.hypervisor.kernel_params: "log_buf_len=4M"
labels: labels:
app: "confidential-unencrypted" app: "confidential-unencrypted"
spec: spec: