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
### Deploy the InferencePool and Endpoint Picker Extension
87
+
88
+
Install an InferencePool named `vllm-llama3-8b-instruct` that selects from endpoints with label app: vllm-llama3-8b-instruct and listening on port 8000, you can run the following command:
89
+
90
+
The Helm install automatically installs the endpoint-picker, inferencepool along with provider specific resources.
6. Confirm that the HealthCheckPolicy status conditions include `Attached=True`:
177
+
178
+
```bash
179
+
kubectl get healthcheckpolicy health-check-policy -o yaml
180
+
```
116
181
117
182
=== "Istio"
118
183
@@ -267,22 +332,6 @@ A cluster with:
267
332
kubectl get httproute llm-route -o yaml
268
333
```
269
334
270
-
271
-
### Deploy the InferencePool and Endpoint Picker Extension
272
-
273
-
Install an InferencePool named `vllm-llama3-8b-instruct` that selects from endpoints with label app: vllm-llama3-8b-instruct and listening on port 8000, you can run the following command:
274
-
275
-
```bash
276
-
export GATEWAY_PROVIDER=none # See [README](https://github.com/kubernetes-sigs/gateway-api-inference-extension/blob/main/config/charts/inferencepool/README.md#configuration) for valid configurations
0 commit comments