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