From 280a9b72355478c39c121e296421c00a50ac78bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=98=B3=2010014842?= Date: Fri, 23 Oct 2020 16:48:15 +0800 Subject: [PATCH] Add namespace for httpbin-gateway MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 杨阳 10014842 --- docs/tutorials/istio.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorials/istio.md b/docs/tutorials/istio.md index 96a3b95e5..68263c7cc 100644 --- a/docs/tutorials/istio.md +++ b/docs/tutorials/istio.md @@ -157,6 +157,7 @@ apiVersion: networking.istio.io/v1alpha3 kind: Gateway metadata: name: httpbin-gateway + namespace: istio-system spec: selector: istio: ingressgateway # use Istio default gateway implementation