Skip to content

Commit 1a21940

Browse files
shotarokirar2
authored andcommitted
Update the Cleanup section for Istio in Getting Started (kubernetes-sigs#906)
1 parent a5448b2 commit 1a21940

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

site-src/guides/index.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,20 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
310310

311311
=== "Istio"
312312

313-
**TODO**
313+
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+
```bash
324+
kubectl delete ns istio-system
325+
```
326+
314327

315328
=== "Kgateway"
316329

0 commit comments

Comments
 (0)