Remove confusing cleaning up step for circuit-breaking and mirroring (#2830)

This commit is contained in:
l10xbin 2018-11-17 03:39:41 +08:00 committed by Martin Taillefer
parent 1ddc7b3909
commit eb8cb27b12
4 changed files with 0 additions and 12 deletions

View File

@ -264,7 +264,3 @@ one connection and request concurrently, you should see some failures when the
$ kubectl delete deploy httpbin fortio-deploy
$ kubectl delete svc httpbin
{{< /text >}}
1. If you are not planning to explore any follow-on tasks, refer to the
[Bookinfo cleanup](/docs/examples/bookinfo/#cleanup) instructions
to shutdown the application.

View File

@ -264,7 +264,3 @@ log entries for `v1` and none for `v2`:
$ kubectl delete deploy httpbin-v1 httpbin-v2 sleep
$ kubectl delete svc httpbin
{{< /text >}}
1. If you are not planning to explore any follow-on tasks, refer to the
[Bookinfo cleanup](/docs/examples/bookinfo/#cleanup) instructions
to shutdown the application.

View File

@ -246,5 +246,3 @@ keywords: [流量管理,熔断]
$ kubectl delete deploy httpbin fortio-deploy
$ kubectl delete svc httpbin
{{< /text >}}
1. 如果您不打算探索任何后续任务,请参阅 [Bookinfo 清理](/zh/docs/examples/bookinfo/#清理)说明以关闭应用程序。

View File

@ -252,5 +252,3 @@ keywords: [流量管理,镜像]
$ kubectl delete deploy httpbin-v1 httpbin-v2 sleep
$ kubectl delete svc httpbin
{{< /text >}}
1. 如果您不打算探索任何后续任务,请参阅 [Bookinfo 清理](/zh/docs/examples/bookinfo/#清理) 的说明去关闭应用程序。