Avoid patching Cluster object in Machine Controller #1333
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Milestone
/kind cleanup
Describe the solution you'd like
Currently, when the Machine controller sees the first control plane machine with a reference, we call the MachineReconciler's
reconcileClusterStatus
method to set the Status.ControlPlaneInitialized field to true.Long term, this logic should move to the Cluster reconciler, which will need to watch and retrieve its Machines before being able to set the field.
The text was updated successfully, but these errors were encountered: