From c52c19245e0730840d4a822cd9a0354f840bc251 Mon Sep 17 00:00:00 2001 From: Shotaro Kohama Date: Sun, 1 Jun 2025 21:44:50 -0700 Subject: [PATCH] Update the Cleanup section for Istio in Getting Started --- site-src/guides/index.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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"