Skip to content

Commit e934b58

Browse files
committed
updated docs
1 parent 027f85a commit e934b58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site-src/guides/ga-migration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,18 @@ This approach is faster and simpler but will result in a brief period of downtim
4646
**Option a: Uninstall using Helm.**
4747

4848
```bash
49-
helm uninstall <helm_preview_inferencepool_name>
49+
helm uninstall <helm_alpha_inferencepool_name>
5050
```
5151

52-
**Option b: Manually delete preview `InferencePool` resources.**
52+
**Option b: Manually delete alpha `InferencePool` resources.**
5353

5454
If you are not using Helm, you will need to manually delete all resources associated with your `v1alpha2` deployment. The key is to remove the `HTTPRoute`'s reference to the old `InferencePool` and then delete the `v1alpha2` resources themselves.
5555

5656
1. **Update or Delete the `HTTPRoute`**: Modify the `HTTPRoute` to remove the `backendRef` that points to the `v1alpha2` `InferencePool`.
5757
2. **Delete the `InferencePool` and associated resources**: You must delete the `v1alpha2` `InferencePool`, any `InferenceModel` resources that point to it, and the corresponding Endpoint Picker (EPP) Deployment and Service.
5858
3. **Delete the `v1alpha2` CRDs**: Once all `v1alpha2` custom resources are deleted, you can remove the CRD definitions from your cluster.
5959
```bash
60-
kubectl delete -f [https://github.com/kubernetes-sigs/gateway-api-inference-extension/releases/download/v0.3.0/manifests.yaml](https://github.com/kubernetes-sigs/gateway-api-inference-extension/releases/download/v0.3.0/manifests.yaml)
60+
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/releases/download/v0.3.0/manifests.yaml
6161
```
6262

6363
### 2. Install v1 Resources
@@ -195,7 +195,7 @@ spec:
195195
- backendRefs:
196196
- group: inference.networking.x-k8s.io
197197
kind: InferencePool
198-
name: vllm-llama3-8b-instruct-preview
198+
name: vllm-llama3-8b-instruct-alpha
199199
weight: 50
200200
- group: inference.networking.k8s.io
201201
kind: InferencePool

0 commit comments

Comments
 (0)