From 3c3d70a03c7994b6fd89432bf7a1ba3ad3a8c069 Mon Sep 17 00:00:00 2001 From: Keisuke Furuya Date: Wed, 24 Jul 2024 17:55:15 +0900 Subject: [PATCH] logs --- akka/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/akka/Makefile b/akka/Makefile index aa5e9a69..18eb4bc4 100644 --- a/akka/Makefile +++ b/akka/Makefile @@ -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