Fix cleanup step (#2764)

This commit is contained in:
Frank Budinsky 2018-10-16 14:46:22 -04:00 committed by GitHub
parent 33c5428fa2
commit 7466d1e59e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ and exposed an HTTP endpoint of the service to external traffic.
## Cleanup
Delete the `Gateway` configuration, the `VirtualService` and the secret, and shutdown the [httpbin]({{< github_tree >}}/samples/httpbin) service:
Delete the `Gateway` and `VirtualService` configuration, and shutdown the [httpbin]({{< github_tree >}}/samples/httpbin) service:
{{< text bash >}}
$ kubectl delete gateway httpbin-gateway