Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix possible panic in leader election
A panic could occur if the Ingress Controller lost its leadership. That happened because OnStoppedLeading() callback was not implemented. The bug appeared after updating k8s.io/client-go to 9.0.0.
- Loading branch information