Skip to content

Commit

Permalink
Sync istio#15241 update ambient clean doc into Chinese
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonwu committed Jun 5, 2024
1 parent ebd20f9 commit 60b50cf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion content/zh/docs/ambient/getting-started/cleanup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,19 @@ $ kubectl label namespace default istio.io/dataplane-mode-
$ kubectl label namespace default istio.io/use-waypoint-
{{< /text >}}

## 删除 waypoint 代理并卸载 Istio {#remove-waypoint-proxies-and-uninstall-istio}
## 删除 waypoint 代理 {#remove-waypoint-proxies}

要删除 waypoint 代理、已安装的策略并卸载 Istio,请运行以下命令:

{{< text bash >}}
$ istioctl x waypoint delete --all
{{< /text >}}

## 卸载 Istio {#uninstall-istio}

要卸载 Istio:

{{< text syntax=bash snip_id=none >}}
$ istioctl uninstall -y --purge
$ kubectl delete namespace istio-system
{{< /text >}}
Expand Down

0 comments on commit 60b50cf

Please sign in to comment.