Skip to content

Commit

Permalink
logs5
Browse files Browse the repository at this point in the history
  • Loading branch information
saramune committed Jul 24, 2024
1 parent 914f8ae commit 8124757
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions akka/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ install:
helm upgrade -i --set replicaCount=3 $(RELEASE) .
sleep 180s
kubectl get po -n akka
kubectl logs $(kubectl get po -n akka | grep akka | cut -d ' ' -f 1 | awk 'NR==1')
kubectl logs $(kubectl get po -n akka | grep akka | cut -d ' ' -f 1 | awk 'NR==2')
kubectl logs $(kubectl get po -n akka | grep akka | cut -d ' ' -f 1 | awk 'NR==3')
sleep 180s
for pod in $(kubectl get po -n akka | grep akka | cut -d ' ' -f 1); do
kubectl logs $pod -n akka
sleep 3
done

.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 8124757

Please sign in to comment.