Skip to content

Commit bf461e0

Browse files
committed
Fixes Inference Extension CRD path to follow semver
Signed-off-by: Daneyon Hansen <[email protected]>
1 parent dd4381b commit bf461e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
2323
1. **Install the Inference Extension CRDs:**
2424

2525
```sh
26-
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/releases/download/v0.1.0-rc1/manifests.yaml
26+
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/releases/download/v0.1.0-rc.1/manifests.yaml
2727
```
2828

2929
1. **Deploy InferenceModel**

0 commit comments

Comments
 (0)