serving icon indicating copy to clipboard operation
serving copied to clipboard

Clean up certificate leases

Open skonto opened this issue 7 months ago • 5 comments

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.

skonto avatar Jun 26 '24 11:06 skonto