You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
This change is going to make the reconciler return early when we find that the hardware owned by the tinkerbellmachine is already provisioned.
## Why is this needed
When the hardware machine is provisioned there's nothing to reconcile, we missed returning early which caused the machine reconciler to recreate the workflows and this lead to machine getting provisioned again whenever the CAPT and TNK objects moved from one cluster to another.
Fixes: #
## How Has This Been Tested?
Tested a local build to ensure the machine wasn't reprovisioned after moving from one cluster to another.
## How are existing users impacted? What migration steps/scripts do we need?
## Checklist:
I have:
- [ ] updated the documentation and/or roadmap (if required)
- [ ] added unit or e2e tests
- [ ] provided instructions on how to upgrade
0 commit comments