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
When the sidecar is terminating because of SIGTERM, it should finish all running operations + release its leader election lease. This will allow another attacher sidecar to pick the lease quickly, without waiting for leader election timeouts.
"Finish all running operations" could be accomplished by cancelling a global context.Context +waiting for workqueues to finish.
This affects all sidecars, using the attacher to agree on a solution + a testable PR that can then be copied to all sidecars.
The text was updated successfully, but these errors were encountered:
When the sidecar is terminating because of SIGTERM, it should finish all running operations + release its leader election lease. This will allow another attacher sidecar to pick the lease quickly, without waiting for leader election timeouts.
"Finish all running operations" could be accomplished by cancelling a global
context.Context
+waiting for workqueues to finish.This affects all sidecars, using the attacher to agree on a solution + a testable PR that can then be copied to all sidecars.
The text was updated successfully, but these errors were encountered: