You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Standup] Enable the use of gateway provided by RHOAI (#646)
Two envirobnment variables require change:
```
LLMDBENCH_VLLM_MODELSERVICE_GATEWAY_CLASS_NAME=data-science-gateway-class
LLMDBENCH_VLLM_MODELSERVICE_INFERENCEPOOL_API=inference.networking.x-k8s.io/v1alpha2
```
The resulting gateway exposes only port `443` (https)
`run.sh` was also adjusted to be able to detect reachability by
different ports/protocols
Signed-off-by: maugustosilva <maugusto.silva@gmail.com>
#FIXME: oci helm repos do not output a list of versions. Use "skopeo list-tags docker://registry.k8s.io/gateway-api-inference-extension/charts/inferencepool"
0 commit comments