Open alpha-baby opened 5 months ago
@alpha-baby I think this was fixed via https://github.com/kubernetes-sigs/controller-runtime/pull/2876
Can you please check?
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
https://github.com/kubernetes-sigs/controller-runtime/blob/main/pkg/manager/internal.go#L602
leak here : https://github.com/kubernetes-sigs/controller-runtime/blob/main/pkg/manager/internal.go#L519
When I was using
controller-runtime v0.14.6
and configured an incorrectRenewDeadline
setting, it caused an error withleaderelection.NewLeaderElector
. Consequently, the following goroutine was continuously blocked:Is this a bug? If so, I am interested in fixing it.