diff --git a/.github/scripts/e2e_tests_metrics_service.sh b/.github/scripts/e2e_tests_metrics_service.sh index 9e8d9631..836839c4 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=$!