Skip to content

Commit 2f2d21e

Browse files
committed
Update PROVIDER_NAME to GATEWAY_PROVIDER
1 parent 91d6b43 commit 2f2d21e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site-src/guides/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,13 +265,13 @@ A cluster with:
265265

266266
### Deploy the InferencePool and Endpoint Picker Extension
267267

268-
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:
268+
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:
269269

270270
```bash
271-
export PROVIDER_NAME=none # See [README](https://github.com/kubernetes-sigs/gateway-api-inference-extension/blob/main/config/charts/inferencepool/README.md#configuration) for valid configurations
271+
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
272272
helm install vllm-llama3-8b-instruct \
273273
--set inferencePool.modelServers.matchLabels.app=vllm-llama3-8b-instruct \
274-
--set provider.name=$PROVIDER_NAME \
274+
--set provider.name=$GATEWAY_PROVIDER \
275275
--version v0.3.0 \
276276
oci://registry.k8s.io/gateway-api-inference-extension/charts/inferencepool
277277
```

0 commit comments

Comments
 (0)