File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,10 @@ Apply it by running:
76
76
kubectl patch daemonsets -n projectcontour envoy -p '{{< minify file="static/examples/ingress/contour/patch.json" >}}'
77
77
{{< /codeFromInline >}}
78
78
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.
81
83
82
84
Additional information about Contour can be found at: [ projectcontour.io] ( https://projectcontour.io )
83
85
@@ -152,6 +154,8 @@ Refer [Using Ingress](#using-ingress) for a basic example usage.
152
154
The following example creates simple http-echo services
153
155
and an Ingress object to route to these services.
154
156
157
+ Note, this example uses an nginx-specific Ingress annotation which may not be supported by all Ingress implementations.
158
+
155
159
``` yaml
156
160
{{% readFile "static/examples/ingress/usage.yaml" %}}
157
161
```
You can’t perform that action at this time.
0 commit comments