diff --git a/site-src/guides/index.md b/site-src/guides/index.md index 797eac3b8..7b05ef622 100644 --- a/site-src/guides/index.md +++ b/site-src/guides/index.md @@ -310,7 +310,20 @@ This quickstart guide is intended for engineers familiar with k8s and model serv === "Istio" - **TODO** + The following instructions assume you would like to clean up ALL Istio resources that were created in this quickstart guide. + + 1. Uninstall All Istio resources + + ```bash + istioctl uninstall -y --purge + ``` + + 1. Remove the Istio namespace + + ```bash + kubectl delete ns istio-system + ``` + === "Kgateway"