-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Remove _ssl_expire_time_seconds
metric by identifier
#9706
Conversation
Hi @Lyt99. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
fc32aee
to
faa63c4
Compare
I am not a developer so I can't comment on the code but I did test this and I discovered that at least on a grafana dashboard, with a query like
I can see still the hostname of the ingress, where I have deleted the TLS section (and also deleted the secret from the namespace). /triage accepted But there are many many nuances to this like I will seek to check ;
I hope this PR is not going to introduce a new problem because there is no extensive test-data here for all the real-world scenes |
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.
I will run test first
/ok-to-test
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.
I will run test first
/ok-to-test
And I m also unsure if the change proposed will not cause any new problems |
This is stale, but we won't close it automatically, just bare in mind the maintainers may be busy with other tasks and will reach your issue ASAP. If you have any question or request to prioritize this, please reach |
The This bot removes
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /remove-lifecycle frozen |
/assign |
faa63c4
to
140ba31
Compare
✅ Deploy Preview for kubernetes-ingress-nginx canceled.
|
Is there any update on this? |
There is only this one small nit. |
/retest |
Signed-off-by: xiayu.lyt <[email protected]>
✅ Deploy Preview for kubernetes-ingress-nginx canceled.
|
@tao12345666333 Hi, I've updated the comment and rebase the Thank you! |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Lyt99, tao12345666333 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 |
/cherry-pick release-1.10 |
@tao12345666333: once the present PR merges, I will cherry-pick it on top of release-1.10 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@tao12345666333: new pull request created: #11236 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
It seems CI on |
https://github.com/kubernetes/ingress-nginx/actions/runs/8605616383/job/23582254336?pr=11236 But can't tell the reason, at least this wasn't changed in your PR. |
#11228 made an upgrade for But gprc |
... damn, you're good! Thanks for the quick investigation! Do you want to file a PR for bumping it? That would be nice. Just tag me, I'll lgtm it then. |
/cherry-pick release-1.10 |
@Gacko: new pull request created: #11239 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What this PR does / why we need it:
This PR added a new label
identifier
for_ssl_expire_time_seconds
metric, which has the same meaning as the label in_ssl_certificate_info
.When your TLS configuration changed, it will try to remove
_ssl_expire_time_seconds
byidentifier
, instead ofhost
.Types of changes
Which issue/s this PR fixes
How Has This Been Tested?
Follow the instructions in #9705.
Checklist:
Does my pull request need a release note?
Any user-visible or operator-visible change qualifies for a release note. This could be a:
No release notes are required for changes to the following:
For more tips on writing good release notes, check out the Release Notes Handbook