Add support for setting an expiration time on a lease via a label. This lease label can be respected by the garbage collector to remove a lease and anything it is referencing. This would allow us to keep around leases after an error more liberally and reduce the need for manual intervention for lease cleanup.
Add support for setting an expiration time on a lease via a label. This lease label can be respected by the garbage collector to remove a lease and anything it is referencing. This would allow us to keep around leases after an error more liberally and reduce the need for manual intervention for lease cleanup.