Skip to content

Commit f5ccb02

Browse files
authored
Merge pull request #3495 from skriss/pr-contour-ingress
update Contour ingress docs
2 parents c4cadca + fe291fa commit f5ccb02

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

site/content/docs/user/ingress.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,10 @@ Apply it by running:
7676
kubectl patch daemonsets -n projectcontour envoy -p '{{< minify file="static/examples/ingress/contour/patch.json" >}}'
7777
{{< /codeFromInline >}}
7878

79-
Now the Contour is all setup to be used.
80-
Refer to [Using Ingress](#using-ingress) for a basic example usage.
79+
Now Contour is ready to be used.
80+
Refer to Contour's [Getting Started](https://projectcontour.io/getting-started/#test-it-out) documentation for a basic usage example.
81+
82+
Note, the example in [Using Ingress](#using-ingress) will not work with Contour because it uses nginx-specific annotations on the Ingress resource.
8183

8284
Additional information about Contour can be found at: [projectcontour.io](https://projectcontour.io)
8385

@@ -152,6 +154,8 @@ Refer [Using Ingress](#using-ingress) for a basic example usage.
152154
The following example creates simple http-echo services
153155
and an Ingress object to route to these services.
154156

157+
Note, this example uses an nginx-specific Ingress annotation which may not be supported by all Ingress implementations.
158+
155159
```yaml
156160
{{% readFile "static/examples/ingress/usage.yaml" %}}
157161
```

0 commit comments

Comments
 (0)