From 7beaed7be11903597bc73617d6c693458b50cca4 Mon Sep 17 00:00:00 2001 From: Kosuke Morimoto Date: Mon, 16 Dec 2024 10:44:40 +0900 Subject: [PATCH] add workaround --- .github/actions/e2e-deploy-vald-readreplica/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/e2e-deploy-vald-readreplica/action.yaml b/.github/actions/e2e-deploy-vald-readreplica/action.yaml index cfcdad536e..9a986bb6db 100644 --- a/.github/actions/e2e-deploy-vald-readreplica/action.yaml +++ b/.github/actions/e2e-deploy-vald-readreplica/action.yaml @@ -86,6 +86,7 @@ runs: if: ${{ inputs.use_local_charts == 'true' }} run: | make k8s/vald-readreplica/deploy HELM_VALUES=${VALUES} HELM_EXTRA_OPTIONS="${HELM_EXTRA_OPTIONS}" + kubectl delete pod --selector="app=vald-lb-gateway" sleep 3