File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed
Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -71,30 +71,22 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
7171
7272### Install the Inference Extension CRDs
7373
74- === "Latest Release"
75-
76- ```bash
77- kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/releases/latest/download/manifests.yaml
78- ```
79-
80- === "Dev Version"
81-
82- ```bash
83- kubectl apply -k https://github.com/kubernetes-sigs/gateway-api-inference-extension/config/crd
84- ```
74+ ``` bash
75+ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/releases/latest/download/manifests.yaml
76+ ```
8577
8678### Deploy InferenceModel
8779
8880 Deploy the sample InferenceModel which is configured to forward traffic to the ` food-review-1 ` [ LoRA adapter] ( https://docs.vllm.ai/en/latest/features/lora.html ) of the sample model server.
8981
9082 ``` bash
91- kubectl apply -f https://github. com/kubernetes-sigs/gateway-api-inference-extension/raw/main/ config/manifests/inferenceobjective .yaml
83+ kubectl apply -f https://raw.githubusercontent. com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v0.5.1/ config/manifests/inferencemodel .yaml
9284 ```
9385
9486### Deploy the InferencePool and Endpoint Picker Extension
9587
9688 ``` bash
97- kubectl apply -f https://github. com/kubernetes-sigs/gateway-api-inference-extension/raw/main /config/manifests/inferencepool-resources.yaml
89+ kubectl apply -f https://raw.githubusercontent. com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v0.5.1 /config/manifests/inferencepool-resources.yaml
9890 ```
9991
10092### Deploy an Inference Gateway
You can’t perform that action at this time.
0 commit comments