From bb87e7a4640093983678072edf2f5b3e068611db Mon Sep 17 00:00:00 2001 From: Matt Moore Date: Mon, 24 Feb 2020 07:56:08 -0800 Subject: [PATCH] Update contour install. (#2241) Reflect the changes to the namespace/service to use for IP/CNAME. --- docs/install/knative-with-any-k8s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/knative-with-any-k8s.md b/docs/install/knative-with-any-k8s.md index e1301eab7..cf497ef2e 100644 --- a/docs/install/knative-with-any-k8s.md +++ b/docs/install/knative-with-any-k8s.md @@ -145,7 +145,7 @@ The following commands install Contour and enable its Knative integration. 1. Fetch the External IP or CNAME: ```bash - kubectl --namespace projectcontour get service envoy-external + kubectl --namespace contour-external get service envoy ``` Save this for configuring DNS below.