mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-20 16:27:52 +00:00
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:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user