@@ -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