-
Story
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
False
-
-
False
-
None
-
3
-
None
-
None
-
WINC - Sprint 268
Description
WMCO makes liberal use of context.TODO. Because of this, stop signals are ignored during reconciliations. This causes a large delay when trying to stop a WMCO pod. To fix this, the top level context should be passed along, and made use of where a context is required.
Acceptance Criteria
- SIGINT properly shuts down WMCO
- Use of context.TODO is prevented via make lint