From 4ad872ebe7acd0ae6bf3ffbe15f7bb08c3df447c Mon Sep 17 00:00:00 2001 From: Thomas Shafer Date: Tue, 20 Aug 2019 15:23:32 -0700 Subject: [PATCH] Update configmap name to config-istio (#1704) There is no configmap named config-ingressgateway, it is named config-istio --- docs/serving/setting-up-custom-ingress-gateway.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/serving/setting-up-custom-ingress-gateway.md b/docs/serving/setting-up-custom-ingress-gateway.md index 2ff2651aa..e9c3e89b4 100644 --- a/docs/serving/setting-up-custom-ingress-gateway.md +++ b/docs/serving/setting-up-custom-ingress-gateway.md @@ -237,11 +237,11 @@ If there is a change in service ports (compared with that of ## Step 3: Update Gateway Configmap -Update gateway configmap `config-ingressgateway` under `knative-serving` +Update gateway configmap `config-istio` under `knative-serving` namespace: ```shell -kubectl edit configmap config-ingressgateway -n knative-serving +kubectl edit configmap config-istio -n knative-serving ``` Replace the `ingress-gateway` field with the fully qualified url of your