diff --git a/akka/Makefile b/akka/Makefile index 18eb4bc4..16393c19 100644 --- a/akka/Makefile +++ b/akka/Makefile @@ -5,7 +5,6 @@ RELEASE = $$(basename $$PWD) 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