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::"