mirror of https://github.com/istio/istio.io.git
Fix cleanup step (#2764)
This commit is contained in:
parent
33c5428fa2
commit
7466d1e59e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue