-
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.
opt-out, Fix opt-out mode not updating configMap (#261)
currently vm controller reconcile checks opt-in case. in case of vm creation in opt-out mode the vmWaitConfigMap is not cleared as part of normal vm creation, and after 10 minutes will be removed from cache. Expanded opt-mode check in vm reconcile to both opt-modes Added unit test to check compareNamespaceSelectorToOptMode logic. Added test in opt-in/out to make sure vmWaitConfigMap is working well. Signed-off-by: Ram Lavi <[email protected]>
- Loading branch information
Showing
7 changed files
with
372 additions
and
30 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
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
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
Oops, something went wrong.