Skip to content

Commit

Permalink
add debug command for svc
Browse files Browse the repository at this point in the history
  • Loading branch information
mfournioux committed Nov 27, 2024
1 parent ae7c781 commit ac57564
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
- name: curl test
run: |

Check failure on line 69 in .github/workflows/lint-test.yaml

View workflow job for this annotation

GitHub Actions / actionlint

shellcheck reported issue in this script: SC2006:style:3:6: Use $(...) notation instead of legacy backticks `...`

Check failure on line 69 in .github/workflows/lint-test.yaml

View workflow job for this annotation

GitHub Actions / actionlint

shellcheck reported issue in this script: SC2086:info:11:6: Double quote to prevent globbing and word splitting

Check failure on line 69 in .github/workflows/lint-test.yaml

View workflow job for this annotation

GitHub Actions / actionlint

shellcheck reported issue in this script: SC2077:error:11:12: You need spaces around the comparison operator
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 '{
Expand Down

0 comments on commit ac57564

Please sign in to comment.