Update contour install. (#2241)

Reflect the changes to the namespace/service to use for IP/CNAME.
This commit is contained in:
Matt Moore 2020-02-24 07:56:08 -08:00 committed by GitHub
parent 783f9c9e38
commit bb87e7a464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.