Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
saramune committed Jul 24, 2024
1 parent 8935880 commit 3c3d70a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions akka/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ 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
lint: lint-default lint-local-akka-http lint-cluster-discovery-dns lint-cluster-discovery-kubernetes-api lint-cluster-discovery-aggregate lint-cluster-multi-eks-cluster lint-use-environment-variable-and-secret
Expand Down

0 comments on commit 3c3d70a

Please sign in to comment.