-
Notifications
You must be signed in to change notification settings - Fork 131
Use fully qualified machine name for pending create map #1043
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thanks for the change. In addition to the unit-test, was there a manual test attempted by putting an artificial delay inside |
|
Tested with the virtual provider by having a delay of |
|
Whyy can't we see the log for |
The error log would only show if the machine is actually being processed by |
* Use fully qualified machine name for pending create map * Extract pendingCreationMap operations into helper functions
* Safeguard to prevent termination of machines part of creation flow (#1036) * Use fully qualified machine name for pending create map (#1043) * Use fully qualified machine name for pending create map * Extract pendingCreationMap operations into helper functions --------- Co-authored-by: Prashant Tak <[email protected]>
* Safeguard to prevent termination of machines part of creation flow (gardener#1036) * Use fully qualified machine name for pending create map (gardener#1043) * Use fully qualified machine name for pending create map * Extract pendingCreationMap operations into helper functions --------- Co-authored-by: Prashant Tak <[email protected]>
* Safeguard to prevent termination of machines part of creation flow (gardener#1036) * Use fully qualified machine name for pending create map (gardener#1043) * Use fully qualified machine name for pending create map * Extract pendingCreationMap operations into helper functions --------- Co-authored-by: Prashant Tak <[email protected]>
* Use fully qualified machine name for pending create map * Extract pendingCreationMap operations into helper functions
What this PR does / why we need it:
NamespacedNamewhen populating/checkingpendingMachineCreationMaptriggerCreationFlowWhich issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
cc: @aaronfern @elankath
Release note: