Skip to content

Commit

Permalink
Add additional debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Nov 15, 2024
1 parent 48590f6 commit a55a54c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/e2e/debug-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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::"

0 comments on commit a55a54c

Please sign in to comment.