-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Refactor MachineSet reconciler to be consistent with Cluster and Machine patterns #1689
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
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle frozen |
/help |
@vincepri: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign |
/lifecycle active |
@srm09 Are you still working on this issue? |
Yes @vincepri |
We rewrote the Cluster and Machine controllers in v1alpha2 using new patterns and conventions. For example, we use a
defer
statement with our patch helper to ensure the object being reconciled is always patched to persist whatever changes we made when reconciling.We should update the MachineSet reconciler to follow these patterns.
/priority important-longterm
/kind cleanup
The text was updated successfully, but these errors were encountered: