-
Notifications
You must be signed in to change notification settings - Fork 377
Add doc content for new Ingress annotation http01-ingress-ingressclassname
#1848
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
Add doc content for new Ingress annotation http01-ingress-ingressclassname
#1848
Conversation
✅ Deploy Preview for cert-manager ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
bba2172 to
8d35518
Compare
|
/cc @maelvls Please feel free to review it once you get the bandwidth. Thank you |
…ride-ingress-ingressclassname" Signed-off-by: Yuedong Wu <[email protected]>
…ingressclassname" Signed-off-by: Yuedong Wu <[email protected]>
SgtCoDFish
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 minor things with some suggestions. Thank you 🙏
Co-authored-by: Ashley Davis <[email protected]> Signed-off-by: Yuedong Wu <[email protected]>
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.
Pull Request Overview
This PR adds documentation for the new acme.cert-manager.io/http01-ingress-ingressclassname annotation, which allows users to configure the spec.ingressClassName field for HTTP01 challenge solving. This complements the existing http01-ingress-class annotation that configures the legacy kubernetes.io/ingress.class annotation.
- Adds documentation for the new
http01-ingress-ingressclassnameannotation across multiple documentation pages - Adds a redirect for the new annotation to ensure proper URL routing
- Updates the spelling dictionary to include the new annotation name
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| public/_redirects | Adds redirect rule for the new annotation documentation URL |
| content/docs/usage/ingress.md | Documents the new annotation in the Ingress usage guide with configuration details |
| content/docs/reference/annotations.md | Adds reference documentation for the new annotation and clarifies the existing http01-ingress-class annotation |
| content/docs/configuration/acme/http01/README.md | Adds notes about overriding both ingressClassName and class on a per-Ingress basis |
| .spelling | Adds the new annotation name to the spelling dictionary |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
SgtCoDFish
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.
/lgtm
/approve
Thank you for this!
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SgtCoDFish The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
b14023f
into
cert-manager:release-next
Preview:
https://deploy-preview-1848--cert-manager.netlify.app/docs/reference/annotations/#acmecert-manageriohttp01-ingress-ingressclassname
https://deploy-preview-1848--cert-manager.netlify.app/docs/reference/annotations/#acmecert-manageriohttp01-ingress-class
https://deploy-preview-1848--cert-manager.netlify.app/docs/usage/ingress/#supported-annotations
https://deploy-preview-1848--cert-manager.netlify.app/docs/configuration/acme/http01/#options
Background:
cert-manager/cert-manager#8244
cert-manager/cert-manager#6184