generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
What happened:
istio for both vllm-sim and cpu based model's seems to omit the headers for some reason, i get these errors:
Failed to read and parse request body, unexpected end of JSON input
{"object":"error","message":"[{'type': 'missing', 'loc': ('body',), 'msg': 'Field required', 'input': None}]","type":"Bad Request","param":null,"code":400}
How to reproduce it (as minimally and precisely as possible):
Just follow the Getting Started Guide for istio
Anything else we need to know?:
It did work using Kgateway, and also when making the request from inside the pod, so i don't think the problem is in vllm/vllm-sim or in epp
Environment:
** M4 Pro Chip **
- Kubernetes version (use
kubectl version
): v1.33.1 - Inference extension version: v0.3.0
- Cloud provider or hardware configuration: Kind using Cloud Provider Kind for exposing the LB
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.