Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
hanayo04 committed Jul 18, 2024
1 parent 01ef4c8 commit 299cdff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions akka/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ RELEASE = $$(basename $$PWD)
.PHONY: install
install:
helm upgrade -i --set replicaCount=3 $(RELEASE) . --debug
@for pod in $(shell kubectl get pod -n akka -o jsonpath='{.items[*].metadata.name}'); do \
echo "Describing pod $$pod"; \
kubectl describe pod $$pod -n akka; \
done
kubectl get pod -n akka

.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 299cdff

Please sign in to comment.