From 299cdff345714ac8be11a074dc889733e75ef8d9 Mon Sep 17 00:00:00 2001 From: hanayo04 Date: Thu, 18 Jul 2024 17:40:38 +0900 Subject: [PATCH] fix command --- akka/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/akka/Makefile b/akka/Makefile index c00f2558..a56ed048 100644 --- a/akka/Makefile +++ b/akka/Makefile @@ -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