Closed jmdeal closed 1 week ago
/hold
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
pkg/controllers/nodeclaim/lifecycle/controller.go | 10 | 15 | 66.67% | ||
<!-- | Total: | 13 | 18 | 72.22% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
pkg/controllers/nodeclaim/lifecycle/controller.go | 1 | 71.07% | ||
pkg/utils/nodeclaim/nodeclaim.go | 2 | 37.07% | ||
pkg/controllers/nodeclaim/lifecycle/initialization.go | 3 | 86.11% | ||
<!-- | Total: | 6 | --> |
Totals | |
---|---|
Change from base Build 11787793721: | -0.005% |
Covered Lines: | 8476 |
Relevant Lines: | 10486 |
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: jmdeal, jonathan-innis, njtran
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/remove-hold
Fixes #N/A
Description
This PR makes two changes to the NodeClaim lifecycle controller to ensure node leases aren't leaked:
How was this change tested?
make test
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.