-
Notifications
You must be signed in to change notification settings - Fork 378
Add network requirements for 'metrics server' to 'webhook, cainjector' for 1.16+ versions #1836
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
✅ Deploy Preview for cert-manager ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
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 updates documentation to reflect that all three cert-manager components (controller, webhook, and cainjector) expose metrics servers on port 9402, not just the controller.
- Expanded metrics server documentation to include webhook and cainjector components
- Updated network policy guidance to cover all three services
- Applied changes consistently across all version documentation (v1.16, v1.17, v1.18, and current)
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| content/docs/installation/best-practice.md | Updated metrics server documentation to include webhook and cainjector alongside controller |
| content/v1.18-docs/installation/best-practice.md | Applied same metrics server documentation update for v1.18 |
| content/v1.17-docs/installation/best-practice.md | Applied same metrics server documentation update for v1.17 |
| content/v1.16-docs/installation/best-practice.md | Applied same metrics server documentation update for v1.16 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Yuedong Wu <[email protected]>
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wallrj, wallrj-cyberark 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 |
Movitation
cert-manager webhook and cainjector components have metrics servers to support metrics scraping staring from 1.16 release: https://cert-manager.io/docs/releases/release-notes/release-notes-1.16#extended-metrics
Preview:
https://deploy-preview-1836--cert-manager.netlify.app/docs/installation/best-practice/#network-requirements
https://deploy-preview-1836--cert-manager.netlify.app/v1.18-docs/installation/best-practice/#network-requirements
https://deploy-preview-1836--cert-manager.netlify.app/v1.17-docs/installation/best-practice/#network-requirements
https://deploy-preview-1836--cert-manager.netlify.app/v1.16-docs/installation/best-practice/#network-requirements