Skip to content

Commit

Permalink
Merge pull request IBM#13 from sboagibm/try_previous_lcm_logs
Browse files Browse the repository at this point in the history
add a -p to lcm logs
  • Loading branch information
fplk committed May 21, 2018
2 parents 483a425 + 112b3c0 commit 142b54e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -384,6 +384,9 @@ test-submit-minikube-run-test: ## Submit test training job
echo "================:"; \
echo "LCM:"; \
kubectl logs --selector=service=ffdl-lcm ; \
echo "---------------- previous:"; \
kubectl logs -p --selector=service=ffdl-lcm ; \
echo "---------------- Describe:"; \
kubectl describe pods --selector=service=ffdl-lcm ; \
echo "================:"; \
echo "Trainer:"; \
Expand Down

0 comments on commit 142b54e

Please sign in to comment.