Skip to content

Commit 58ac08d

Browse files
authored
docs: match Inference Extension CRDs (#1377)
* docs: match Inference Extension CRDs Signed-off-by: zhengkezhou1 <[email protected]> * fix fmt Signed-off-by: zhengkezhou1 <[email protected]> --------- Signed-off-by: zhengkezhou1 <[email protected]>
1 parent bab851d commit 58ac08d

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

site-src/guides/index.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)