Skip to content

Commit 62a44de

Browse files
committed
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>
1 parent 5bc006b commit 62a44de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dagger/e2e/dagger.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
{
1414
"name": "k3s",
15-
"source": "github.com/marcosnils/daggerverse/k3s@k3s/v0.1.10",
16-
"pin": "28eea1fcf3b6ecb38a628186107760acd717442f"
15+
"source": "github.com/mnencia/daggerverse/k3s@feat/kubelet-verbosity-control",
16+
"pin": "503ca2c1df50e8253143fa11768d6b63a7741fc1"
1717
}
1818
]
1919
}

0 commit comments

Comments
 (0)