Skip to content

Commit

Permalink
add debug get pods command
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Fournioux <[email protected]>
  • Loading branch information
mfournioux committed Nov 29, 2024
1 parent 867eef2 commit 8169780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- name: curl test
run: |
kubectl -n ns-vllm get pods
kubectl -n ns-vllm port-forward service/test-vllm-service 8001:80 &
sleep 10
curl -f --location http://localhost:8001/v1/completions \
Expand Down

0 comments on commit 8169780

Please sign in to comment.