Skip to content

Commit

Permalink
logs2
Browse files Browse the repository at this point in the history
  • Loading branch information
saramune committed Jul 24, 2024
1 parent 3c3d70a commit 61a88c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion akka/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ RELEASE = $$(basename $$PWD)
install:
helm upgrade -i --set replicaCount=3 $(RELEASE) .
sleep 180s
kubectl describe po $(kubectl get po -n akka | grep akka | cut -d ' ' -f 1)
kubectl logs $(kubectl get po -n akka | grep akka | cut -d ' ' -f 1)

.PHONY: lint
Expand Down

0 comments on commit 61a88c9

Please sign in to comment.