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
logs
saramune committed Jul 24, 2024
commit 3c3d70a03c7994b6fd89432bf7a1ba3ad3a8c069
1 change: 1 addition & 0 deletions akka/Makefile
Original file line number Diff line number Diff line change
@@ -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