cancel function could be nil in CLE leader election path #127665
Closed
Description
Per https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/client-go/tools/leaderelection/leaderelection.go#L210, we could call OnStoppedLeading before OnStartedLeading gets called leading to a nil cancel function. We should check the function before calling it.
/sig api-machinery
/triage accepted
Metadata
Assignees
Labels
Type
Projects
Status
RESOLVED