mirror of https://github.com/knative/docs.git
Update contour install. (#2241)
Reflect the changes to the namespace/service to use for IP/CNAME.
This commit is contained in:
parent
783f9c9e38
commit
bb87e7a464
|
@ -145,7 +145,7 @@ The following commands install Contour and enable its Knative integration.
|
||||||
1. Fetch the External IP or CNAME:
|
1. Fetch the External IP or CNAME:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
kubectl --namespace projectcontour get service envoy-external
|
kubectl --namespace contour-external get service envoy
|
||||||
```
|
```
|
||||||
|
|
||||||
Save this for configuring DNS below.
|
Save this for configuring DNS below.
|
||||||
|
|
Loading…
Reference in New Issue