-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix relaod if controller-manager.Start() returns (#292)
currently kubemacpool is waiting on signals in order to reload the manager, simulating a kubemacpool restart. An example is if kubevirt is not ready by the time kubemacpol is up. In the example - when kubevirt is ready, a channel is closed to signal kubemacpool to restart. This commit fixes the waitForSignal method to use the new context based cancel function. Signed-off-by: Ram Lavi <[email protected]>
- Loading branch information
Showing
1 changed file
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters