Skip to content
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

Clean up old certificate leases #15420

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Conversation

skonto
Copy link
Contributor

@skonto skonto commented Jul 30, 2024

Proposed Changes

  • Follow up PR. See comment here

@knative-prow knative-prow bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jul 30, 2024
@skonto skonto requested review from dprotaso and ReToCode July 30, 2024 10:12
@knative-prow knative-prow bot requested a review from izabelacg July 30, 2024 10:12
Copy link

codecov bot commented Jul 30, 2024

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@8ab2768). Learn more about missing BASE report.

Files Patch % Lines
pkg/cleanup/cmd/cleanup/cleanup.go 0.00% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #15420   +/-   ##
=======================================
  Coverage        ?   84.53%           
=======================================
  Files           ?      219           
  Lines           ?    13595           
  Branches        ?        0           
=======================================
  Hits            ?    11493           
  Misses          ?     1734           
  Partials        ?      368           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -32,6 +32,11 @@ import (
"knative.dev/pkg/system"
)

const (
networkingCertificatesReconcilerLease = "controller.knative.dev.networking.pkg.certificates.reconciler.reconciler"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this the full name or why do we have HasPrefix below?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"controller" is the component - while the rest of the string is the package name & type

@dprotaso
Copy link
Member

/lgtm
/approve
/cherry-pick release-1.15

@knative-prow-robot
Copy link
Contributor

@dprotaso: once the present PR merges, I will cherry-pick it on top of release-1.15 in a new PR and assign it to you.

In response to this:

/lgtm
/approve
/cherry-pick release-1.15

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-sigs/prow repository.

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jul 30, 2024
Copy link

knative-prow bot commented Jul 30, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dprotaso, skonto

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot merged commit 9a7409c into knative:main Jul 30, 2024
68 checks passed
@knative-prow-robot
Copy link
Contributor

@dprotaso: new pull request created: #15424

In response to this:

/lgtm
/approve
/cherry-pick release-1.15

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-sigs/prow repository.

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. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants