Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #317

Closed
wants to merge 25 commits into from
Prev Previous commit
Next Next commit
logs4
saramune committed Jul 24, 2024
commit 914f8aefef1bd25bdd25fa92b3dc3432ed9f74cf
2 changes: 2 additions & 0 deletions akka/Makefile
Original file line number Diff line number Diff line change
@@ -5,9 +5,11 @@ RELEASE = $$(basename $$PWD)
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

.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