Skip to content

Commit 9df5173

Browse files
authored
cleanup of quickstart and readme (#1588)
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent 1fd694b commit 9df5173

File tree

2 files changed

+26
-23
lines changed

2 files changed

+26
-23
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ This is achieved by leveraging Envoy's [External Processing] (ext-proc) to exten
1010

1111
[Inference Gateway]:#concepts-and-definitions
1212

13-
14-
> ***NOTE*** : As we prep for our `v1` release, some of our docs may fall out of scope, we are working hard to get these up to date and they will be ready by the time we launch `v1`. Thanks!
15-
1613
## New!
1714
Inference Gateway has partnered with vLLM to accelerate LLM serving optimizations with [llm-d](https://llm-d.ai/blog/llm-d-announce)!
1815

site-src/guides/index.md

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -360,35 +360,32 @@ Tooling:
360360
kubectl delete secret hf-token --ignore-not-found
361361
```
362362

363-
1. Uninstall the Gateway API resources
364-
365-
```bash
366-
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/gke/gateway.yaml --ignore-not-found
367-
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/gke/healthcheck.yaml --ignore-not-found
368-
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/gke/gcp-backend-policy.yaml --ignore-not-found
369-
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/gke/httproute.yaml --ignore-not-found
370-
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/gateway.yaml --ignore-not-found
371-
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/destination-rule.yaml --ignore-not-found
372-
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/httproute.yaml --ignore-not-found
373-
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/kgateway/gateway.yaml --ignore-not-found
374-
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/kgateway/httproute.yaml --ignore-not-found
375-
```
376-
377363
1. Uninstall the Gateway API Inference Extension CRDs
378364

379365
```bash
380366
kubectl delete -k https://github.com/kubernetes-sigs/gateway-api-inference-extension/config/crd --ignore-not-found
381367
```
382-
368+
383369
1. Choose one of the following options to cleanup the Inference Gateway.
384370

385371
=== "GKE"
386372

387-
No further clean up is needed.
373+
```bash
374+
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/gke/gateway.yaml --ignore-not-found
375+
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/gke/healthcheck.yaml --ignore-not-found
376+
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/gke/gcp-backend-policy.yaml --ignore-not-found
377+
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/gke/httproute.yaml --ignore-not-found
378+
```
388379

389380
=== "Istio"
390381

391-
The following instructions assume you would like to clean up ALL Istio resources that were created in this quickstart guide.
382+
```bash
383+
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/gateway.yaml --ignore-not-found
384+
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/destination-rule.yaml --ignore-not-found
385+
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/httproute.yaml --ignore-not-found
386+
```
387+
388+
The following steps assume you would like to clean up ALL Istio resources that were created in this quickstart guide.
392389

393390
1. Uninstall All Istio resources
394391

@@ -402,10 +399,14 @@ Tooling:
402399
kubectl delete ns istio-system
403400
```
404401

405-
406402
=== "Kgateway"
407403

408-
The following instructions assume you would like to cleanup ALL Kgateway resources that were created in this quickstart guide.
404+
```bash
405+
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/kgateway/gateway.yaml --ignore-not-found
406+
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/kgateway/httproute.yaml --ignore-not-found
407+
```
408+
409+
The following steps assume you would like to cleanup ALL Kgateway resources that were created in this quickstart guide.
409410

410411
1. Uninstall Kgateway
411412

@@ -427,7 +428,12 @@ Tooling:
427428

428429
=== "Agentgateway"
429430

430-
The following instructions assume you would like to cleanup ALL Kgateway resources that were created in this quickstart guide.
431+
```bash
432+
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/kgateway/gateway.yaml --ignore-not-found
433+
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/kgateway/httproute.yaml --ignore-not-found
434+
```
435+
436+
The following steps assume you would like to cleanup ALL Kgateway resources that were created in this quickstart guide.
431437

432438
1. Uninstall Kgateway
433439

0 commit comments

Comments
 (0)