From 36f2c9b39902a2d7fa7a7c3079609dd0b52271e1 Mon Sep 17 00:00:00 2001 From: Tejeev Date: Fri, 8 Nov 2019 20:41:06 +0000 Subject: [PATCH] kubectl get gateway needs a namespace --- .../v2.x/en/cluster-admin/tools/istio/setup/gateway/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/cluster-admin/tools/istio/setup/gateway/_index.md b/content/rancher/v2.x/en/cluster-admin/tools/istio/setup/gateway/_index.md index f297f525faa..771af212486 100644 --- a/content/rancher/v2.x/en/cluster-admin/tools/istio/setup/gateway/_index.md +++ b/content/rancher/v2.x/en/cluster-admin/tools/istio/setup/gateway/_index.md @@ -86,7 +86,7 @@ spec: Confirm that the resource exists by running: ``` -kubectl get gateway +kubectl get gateway -A ``` The result should be something like this: