From a55a54c264869840a99f0c0efc731ea9c9bc13b5 Mon Sep 17 00:00:00 2001 From: ewezy Date: Fri, 15 Nov 2024 16:53:03 +0800 Subject: [PATCH] Add additional debug lines --- scripts/e2e/debug-e2e.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/e2e/debug-e2e.sh b/scripts/e2e/debug-e2e.sh index 63f881d31..a280ad33f 100755 --- a/scripts/e2e/debug-e2e.sh +++ b/scripts/e2e/debug-e2e.sh @@ -81,3 +81,11 @@ echo "::endgroup::" echo "::group::Transformers log" kubectl logs -l component=transformer -c kserve-container -n merlin-e2e echo "::endgroup::" + +echo "::group::Describe mlflow pod" +kubectl describe pods -n caraml -l app=merlin-mlflow +echo "::endgroup::" + +echo "::group::Mlflow pod logs" +kubectl logs -n caraml -l app=merlin-mlflow -c merlin-mlflow +echo "::endgroup::"