-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
✨ feat/fix: enhance cert-manager integration for metrics endpoints (follow-up to PR #4243) #4400
Open
camilamacedo86
wants to merge
1
commit into
kubernetes-sigs:master
Choose a base branch
from
camilamacedo86:protect-metrics-production
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
✨ feat/fix: enhance cert-manager integration for metrics endpoints (follow-up to PR #4243) #4400
camilamacedo86
wants to merge
1
commit into
kubernetes-sigs:master
from
camilamacedo86:protect-metrics-production
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86 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 |
k8s-ci-robot
added
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
approved
Indicates a PR has been approved by an approver from all required OWNERS files.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
labels
Dec 1, 2024
camilamacedo86
changed the title
Follow up of: #4243 - Ensure that production configuration to protect…
feat: Add Kustomize patch and flags for metrics certificates configuration
Dec 1, 2024
camilamacedo86
changed the title
feat: Add Kustomize patch and flags for metrics certificates configuration
✨ feat/fix: enhance cert-manager integration for metrics endpoints (follow-up to PR #4243)
Dec 1, 2024
camilamacedo86
force-pushed
the
protect-metrics-production
branch
from
December 1, 2024 17:14
167e3cf
to
5e02482
Compare
k8s-ci-robot
added
size/XL
Denotes a PR that changes 500-999 lines, ignoring generated files.
and removed
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
labels
Dec 1, 2024
camilamacedo86
force-pushed
the
protect-metrics-production
branch
from
December 1, 2024 17:20
5e02482
to
a53d785
Compare
camilamacedo86
changed the title
✨ feat/fix: enhance cert-manager integration for metrics endpoints (follow-up to PR #4243)
WIP: ✨ feat/fix: enhance cert-manager integration for metrics endpoints (follow-up to PR #4243)
Dec 1, 2024
k8s-ci-robot
added
the
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
label
Dec 1, 2024
camilamacedo86
added
release-blocker
and removed
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
labels
Dec 1, 2024
camilamacedo86
force-pushed
the
protect-metrics-production
branch
3 times, most recently
from
December 1, 2024 17:52
2f012e8
to
fe0b824
Compare
k8s-ci-robot
added
size/XXL
Denotes a PR that changes 1000+ lines, ignoring generated files.
and removed
size/XL
Denotes a PR that changes 500-999 lines, ignoring generated files.
labels
Dec 1, 2024
camilamacedo86
force-pushed
the
protect-metrics-production
branch
2 times, most recently
from
December 1, 2024 18:51
6114658
to
7bcaf26
Compare
k8s-ci-robot
added
size/XL
Denotes a PR that changes 500-999 lines, ignoring generated files.
and removed
size/XXL
Denotes a PR that changes 1000+ lines, ignoring generated files.
labels
Dec 1, 2024
camilamacedo86
force-pushed
the
protect-metrics-production
branch
from
December 1, 2024 19:06
7bcaf26
to
323eb3e
Compare
k8s-ci-robot
added
the
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
label
Dec 1, 2024
camilamacedo86
changed the title
WIP: ✨ feat/fix: enhance cert-manager integration for metrics endpoints (follow-up to PR #4243)
✨ feat/fix: enhance cert-manager integration for metrics endpoints (follow-up to PR #4243)
Dec 1, 2024
k8s-ci-robot
removed
the
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
label
Dec 1, 2024
camilamacedo86
added
the
priority/backlog
Higher priority than priority/awaiting-more-evidence.
label
Dec 1, 2024
camilamacedo86
added
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
and removed
priority/backlog
Higher priority than priority/awaiting-more-evidence.
labels
Dec 1, 2024
camilamacedo86
changed the title
✨ feat/fix: enhance cert-manager integration for metrics endpoints (follow-up to PR #4243)
WIP ✨ feat/fix: enhance cert-manager integration for metrics endpoints (follow-up to PR #4243)
Dec 1, 2024
k8s-ci-robot
added
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
size/XXL
Denotes a PR that changes 1000+ lines, ignoring generated files.
and removed
size/XL
Denotes a PR that changes 500-999 lines, ignoring generated files.
labels
Dec 1, 2024
camilamacedo86
force-pushed
the
protect-metrics-production
branch
from
December 1, 2024 21:39
72ee944
to
183701b
Compare
camilamacedo86
changed the title
WIP ✨ feat/fix: enhance cert-manager integration for metrics endpoints (follow-up to PR #4243)
✨ feat/fix: enhance cert-manager integration for metrics endpoints (follow-up to PR #4243)
Dec 1, 2024
k8s-ci-robot
removed
the
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
label
Dec 1, 2024
camilamacedo86
force-pushed
the
protect-metrics-production
branch
from
December 1, 2024 21:51
183701b
to
4c1a845
Compare
…low-up to PR kubernetes-sigs#4243) This commit is a follow-up to PR kubernetes-sigs#4243, which introduced support for using cert-manager certificates for securing the metrics endpoint and ServiceMonitor. Related to kubernetes-sigs#3871 and kubernetes-sigs#4003 Key enhancements: - Added support for configuring certificate integration via a Kustomize patch. - Introduced configurable flags for greater flexibility in customization. - Use Certwatcher to allow certificate rotation This configuration provides an option for users to be production-ready
camilamacedo86
force-pushed
the
protect-metrics-production
branch
from
December 1, 2024 22:02
4c1a845
to
e02981b
Compare
k8s-ci-robot
added
size/XL
Denotes a PR that changes 500-999 lines, ignoring generated files.
and removed
size/XXL
Denotes a PR that changes 1000+ lines, ignoring generated files.
labels
Dec 1, 2024
Thank you for tackling this feature, @camilamacedo86 ! |
This was referenced Dec 2, 2024
Open
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
approved
Indicates a PR has been approved by an approver from all required OWNERS files.
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
release-blocker
size/XL
Denotes a PR that changes 500-999 lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat/fix: enhance cert-manager integration for metrics endpoints
This commit is a follow-up to PR #4243, which introduced support for using cert-manager certificates for securing the metrics endpoint and ServiceMonitor. Related to #3871 and #4003
Key enhancements:
This configuration provides an option for users to be production-ready.
These improvements enhance usability and adaptability while maintaining compatibility with the initial implementation. As the feature has not yet been released, this update ensures a polished and user-friendly integration for upcoming releases.