From 7466d1e59e4969601f9a33ff58533bef09372ee7 Mon Sep 17 00:00:00 2001 From: Frank Budinsky Date: Tue, 16 Oct 2018 14:46:22 -0400 Subject: [PATCH] Fix cleanup step (#2764) --- content/docs/tasks/traffic-management/ingress/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/tasks/traffic-management/ingress/index.md b/content/docs/tasks/traffic-management/ingress/index.md index 38494692b8..c654d3e8da 100644 --- a/content/docs/tasks/traffic-management/ingress/index.md +++ b/content/docs/tasks/traffic-management/ingress/index.md @@ -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