Fix document omissions. (#11393)

* Fix document omissions.

* Fix document omissions.
This commit is contained in:
CharliePu 2022-06-22 03:12:23 +08:00 committed by GitHub
parent a41610209e
commit 5312777dcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -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 >}}

View File

@ -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
}

View File

@ -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 >}}