From b1e6d12ba182f2f085e0f0ed98745697ea1173ff Mon Sep 17 00:00:00 2001 From: Anurag Mittal Date: Thu, 19 Dec 2024 17:55:12 +0100 Subject: [PATCH] debug commit --- .github/scripts/e2e_tests_metrics_service.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/scripts/e2e_tests_metrics_service.sh b/.github/scripts/e2e_tests_metrics_service.sh index 9e8d963..836839c 100755 --- a/.github/scripts/e2e_tests_metrics_service.sh +++ b/.github/scripts/e2e_tests_metrics_service.sh @@ -24,6 +24,8 @@ log_and_run() { "$@" 2>&1 | tee -a "$LOG_FILE" } +kubectl describe svc scality-cosi-driver-metrics -n scality-object-storage + kubectl port-forward svc/$SERVICE -n $NAMESPACE $LOCAL_PORT:$TARGET_PORT & PORT_FORWARD_PID=$!