karpenter will need additional E2E testing that simulates a Kubelet creating a lease without an ownerReference, and the karpenter garbage collector cleaning it up
This was resolved in upstream. However, until the fix is back ported to all supported EKS version karpenter will need additional testing
How important is this feature to you?
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
What problem are you trying to solve?
Due to a node lease leak caused by https://github.com/kubernetes/kubernetes/issues/109777, karpenter has implemented a lease garbage collector to delete leaked lease: https://github.com/aws/karpenter-core/pull/471
karpenter will need additional E2E testing that simulates a Kubelet creating a lease without an ownerReference, and the karpenter garbage collector cleaning it up
This was resolved in upstream. However, until the fix is back ported to all supported EKS version karpenter will need additional testing
How important is this feature to you?