serving
serving copied to clipboard
Clean up certificate leases
Fixes https://github.com/knative/serving/issues/15238
Proposed Changes
- See https://github.com/knative/serving/pull/15321#issuecomment-2176434523
- After deleting pods the new ones will not set any lease but we want to make sure old relics are removed.
- This is temporary until client-go lib fixes this, https://github.com/kubernetes/client-go/issues/1362.