-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify Machine Creation flow to make sure node label is updated befor…
…e initialization of VM. Modify Deletion flow to call DeleteMachine even if VM is not found. (#940) * Change order in which labels are updated and machine is initialized * Change how node label is updated in getVMStatus. Proceed to drain if VM not found * Remove error log when initializeMachine is unimplemented * Change where initializeMachine is called in triggerCreationFlow * Correct GetVMStatus flow from previous commit * Remove unnecessary comments * Initialize VM and update labels in the same reconciliation * Fix make check errors * Address review comments * Address review comments part 2 * Add comment for future changes to triggerCreationFlow to clean up dirty code * Correct err variable assignment * Shift comment to the right place
- Loading branch information
Showing
4 changed files
with
139 additions
and
126 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.