From 914f8aefef1bd25bdd25fa92b3dc3432ed9f74cf Mon Sep 17 00:00:00 2001 From: Keisuke Furuya Date: Wed, 24 Jul 2024 18:14:47 +0900 Subject: [PATCH] logs4 --- akka/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/akka/Makefile b/akka/Makefile index bb8af212..2c682f51 100644 --- a/akka/Makefile +++ b/akka/Makefile @@ -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