We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5448b2 commit 1a21940Copy full SHA for 1a21940
site-src/guides/index.md
@@ -310,7 +310,20 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
310
311
=== "Istio"
312
313
- **TODO**
+ The following instructions assume you would like to clean up ALL Istio resources that were created in this quickstart guide.
314
+
315
+ 1. Uninstall All Istio resources
316
317
+ ```bash
318
+ istioctl uninstall -y --purge
319
+ ```
320
321
+ 1. Remove the Istio namespace
322
323
324
+ kubectl delete ns istio-system
325
326
327
328
=== "Kgateway"
329
0 commit comments