mirror of https://github.com/istio/istio.io.git
Fix document omissions. (#11393)
* Fix document omissions. * Fix document omissions.
This commit is contained in:
parent
a41610209e
commit
5312777dcc
|
@ -279,6 +279,6 @@ one connection and request concurrently, you should see some failures when the
|
|||
1. Shutdown the [httpbin]({{< github_tree >}}/samples/httpbin) service and client:
|
||||
|
||||
{{< text bash >}}
|
||||
$ kubectl delete deploy httpbin fortio-deploy
|
||||
$ kubectl delete svc httpbin fortio
|
||||
$ kubectl delete -f @samples/httpbin/sample-client/fortio-deploy.yaml@
|
||||
$ kubectl delete -f @samples/httpbin/httpbin.yaml@
|
||||
{{< /text >}}
|
||||
|
|
|
@ -229,6 +229,6 @@ kubectl delete destinationrule httpbin
|
|||
}
|
||||
|
||||
snip_cleaning_up_2() {
|
||||
kubectl delete deploy httpbin fortio-deploy
|
||||
kubectl delete svc httpbin fortio
|
||||
kubectl delete -f samples/httpbin/sample-client/fortio-deploy.yaml
|
||||
kubectl delete -f samples/httpbin/httpbin.yaml
|
||||
}
|
||||
|
|
|
@ -260,6 +260,6 @@ test: yes
|
|||
1. 下线 [httpbin]({{< github_tree >}}/samples/httpbin) 服务和客户端:
|
||||
|
||||
{{< text bash >}}
|
||||
$ kubectl delete deploy httpbin fortio-deploy
|
||||
$ kubectl delete svc httpbin
|
||||
$ kubectl delete -f @samples/httpbin/sample-client/fortio-deploy.yaml@
|
||||
$ kubectl delete -f @samples/httpbin/httpbin.yaml@
|
||||
{{< /text >}}
|
||||
|
|
Loading…
Reference in New Issue