From ac575648705362b91b9f3bc27254e6ca563f9c16 Mon Sep 17 00:00:00 2001 From: Maxime Fournioux <55544262+mfournioux@users.noreply.github.com> Date: Wed, 27 Nov 2024 18:14:51 +0100 Subject: [PATCH] add debug command for svc --- .github/workflows/lint-test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index b0c96119711aa..2cbe38e301fc4 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -67,7 +67,8 @@ jobs: - name: curl test run: | - kubectl port-forward svc/test-vllm-service 8000:80 -n ns-vllm + kubectl -n ns-vllm get svc + kubectl port-forward svc/test-vllm-service 8001:80 -n ns-vllm CODE=`curl --location http://localhost:8001/v1/completions \ --header "Content-Type: application/json" \ --data '{