From 44ae795faaf7dde4368a56327f4d2e15d4387ed3 Mon Sep 17 00:00:00 2001 From: Kosuke Morimoto Date: Mon, 23 Dec 2024 15:48:36 +0900 Subject: [PATCH] fix --- .github/actions/e2e-deploy-vald-readreplica/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/e2e-deploy-vald-readreplica/action.yaml b/.github/actions/e2e-deploy-vald-readreplica/action.yaml index 076554118e..4e13d7aa11 100644 --- a/.github/actions/e2e-deploy-vald-readreplica/action.yaml +++ b/.github/actions/e2e-deploy-vald-readreplica/action.yaml @@ -85,7 +85,7 @@ runs: run: | make k8s/vald-readreplica/deploy HELM_VALUES=${VALUES} HELM_EXTRA_OPTIONS="${HELM_EXTRA_OPTIONS}" - kubectl logs -l app=vald-lb-gateway > gateway.log & + stern vald-lb-gateway | tee gateway.log & sleep 3 kubectl get pods