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

Change delete CertificateRequest to defer so it is always done #74

Merged

Conversation

JoshVanL
Copy link
Collaborator

fixes #73

This PR moves the deletion of CertificateRequests to a defer, which means they are always deleted when not preserving, even if the request failed.

We also catch cases in the watcher where the request may have been deleted out of band.

Adds unit tests for the cert-manager package.

/assign @irbekrm

@jetstack-bot jetstack-bot added the dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. label Jun 30, 2021
@jetstack-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: JoshVanL

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

@jetstack-bot jetstack-bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Jun 30, 2021
@JoshVanL JoshVanL mentioned this pull request Jun 30, 2021
Copy link
Contributor

@irbekrm irbekrm left a comment

Choose a reason for hiding this comment

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

Looks good to me, the new tests make sense. watcher.Modify is interesting 👀

I've added one suggestion, otherwise happy to lgtm!

pkg/certmanager/certmanager.go Show resolved Hide resolved
@JoshVanL JoshVanL force-pushed the cert-manager-delete-on-return branch from 5f661e5 to db1ab5c Compare July 1, 2021 09:24
@JoshVanL
Copy link
Collaborator Author

JoshVanL commented Jul 1, 2021

@irbekrm Please take another look

Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
@irbekrm
Copy link
Contributor

irbekrm commented Jul 1, 2021

Thanks for the changes, this looks good to me!

/lgtm

@jetstack-bot jetstack-bot added the lgtm Indicates that a PR is ready to be merged. label Jul 1, 2021
@irbekrm
Copy link
Contributor

irbekrm commented Jul 1, 2021

Maybe the Prowjob needs more resources

/retest

@irbekrm
Copy link
Contributor

irbekrm commented Jul 1, 2021

/retest

@irbekrm
Copy link
Contributor

irbekrm commented Jul 1, 2021

/test pull-istio-csr-k8s-v1-21-istio-v1-9

@jetstack-bot jetstack-bot merged commit 9cead16 into cert-manager:master Jul 1, 2021
@jetstack-bot
Copy link
Contributor

@JoshVanL: The following test failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
pull-istio-csr-k8s-v1-21-istio-v1-9 db1ab5c link /test pull-istio-csr-k8s-v1-21-istio-v1-9

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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. I understand the commands that are listed here.

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. dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. lgtm Indicates that a PR is ready to be merged. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Serving CertificateRequest failures should be deleted
3 participants