-
Notifications
You must be signed in to change notification settings - Fork 703
site: Update annotations doc with better ingress.class information #2420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
894eb15 to
31dd524
Compare
Codecov Report
@@ Coverage Diff @@
## master #2420 +/- ##
=======================================
Coverage 76.98% 76.98%
=======================================
Files 66 66
Lines 5475 5475
=======================================
Hits 4215 4215
Misses 1164 1164
Partials 96 96 Continue to review full report at Codecov.
|
31dd524 to
eea5fd5
Compare
jpeach
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great to capture this info!
eea5fd5 to
dc43090
Compare
jpeach
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 nits remaining
site/docs/master/annotations.md
Outdated
| ## Contour specific HTTPProxy annotations | ||
| - `projectcontour.io/ingress.class`: The Ingress class that should interpret and serve the HTTPProxy. If not set, then all all Contour instances serve the HTTPProxy. If specified as `projectcontour.io/ingress.class: contour`, then Contour serves the HTTPProxy and any others that have no annotation defined. If any other value, Contour ignores the HTTPProxy definition. | ||
| You can override the default class `contour` with the `--ingress-class-name` flag at runtime. | ||
| - `projectcontour.io/ingress.class`: The Ingress class that should interpret and serve the HTTPProxy.See the [main ingress-class annotation section](#ingress-class) for more details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- space after the
. - "main Ingress class annotation section"
site/docs/master/annotations.md
Outdated
| ## Contour specific Ingress annotations | ||
|
|
||
| - `projectcontour.io/ingress.class`: The Ingress class that should interpret and serve the Ingress. If not set, then all Ingress controllers serve the Ingress. If specified as `projectcontour.io/ingress.class: contour`, then Contour serves the Ingress. If any other value, Contour ignores the Ingress definition. You can override the default class `contour` with the `--ingress-class-name` flag at runtime. This can be useful while you are migrating from another controller, or if you need multiple instances of Contour. | ||
| - `projectcontour.io/ingress.class`: The Ingress class that should interpret and serve the Ingress. See the [main ingress-class annotation section](#ingress-class) for more details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"main Ingress class annotation section"
dc43090 to
e62b893
Compare
Signed-off-by: Nick Young <[email protected]>
e62b893 to
b5c97bc
Compare
Signed-off-by: Nick Young [email protected]