plugin-barman-cloud/dagger/e2e
Marco Nenciarini b88666d19b
test(e2e): reduce test output verbosity with k3s logging controls
Use a fork of the k3s dagger module that adds:
- Optional debug parameter (defaults to false) to disable k3s server debug logs
- Optional kubeletVerbosity parameter (defaults to 1) for kubelet log control

This eliminates verbose output from both k3s server (certificate generation,
database init) and kubelet (container operations, volume cleanup) while
maintaining visibility of errors and warnings.

Kubelet verbosity is controlled via a configuration file placed in the k3s
config directory before kubelet initializes, avoiding the logging configuration
immutability issue.

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
2026-01-13 12:30:22 +01:00
..
.gitattributes test(e2e): run on ephemeral clusters (#128) 2025-01-07 14:24:12 +01:00
.gitignore test(e2e): run on ephemeral clusters (#128) 2025-01-07 14:24:12 +01:00
dagger.json test(e2e): reduce test output verbosity with k3s logging controls 2026-01-13 12:30:22 +01:00
go.mod chore(dagger): update k3s dagger module to v0.1.10 (#298) 2025-05-05 09:28:18 +02:00
go.sum chore(dagger): update k3s dagger module to v0.1.10 (#298) 2025-05-05 09:28:18 +02:00
main.go feat(ip): assign copyright to the Linux Foundation (#571) 2025-10-07 18:06:06 +02:00