You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug LeaderElector.RunAsync() is not documented at the moment, but it seems like RunAsync() will only try once to obtain a Lease and will just exit after loosing leadership (e.g. during network issues). This behavior might be unexpected as the bug in dotnet/dotnet-operator-sdk#677 is showing and should be documented to avoid confusion.