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
There are a lot of new reconciles triggered as the controller itself edits the k8s objects frequently (Spec and Status, this is normal k8s controller reconciler behavior).
Therefore reconciles really need to be idempotent otherwise there are a lot of issues.
Step to reproduce
Deploy an OscMachine and check the logs
Expected to happen
We should limit the number of updates the controller does on the kubernetes object.
Or we should really make sure that all reconcile loops are idempotent.
What happened
There are a lot of new reconciles triggered as the controller itself edits the k8s objects frequently (Spec and Status, this is normal k8s controller reconciler behavior).
Therefore reconciles really need to be idempotent otherwise there are a lot of issues.
Step to reproduce
Deploy an OscMachine and check the logs
Expected to happen
We should limit the number of updates the controller does on the kubernetes object.
Or we should really make sure that all reconcile loops are idempotent.
Add anything
NA
cluster-api output
NA
Environment
The text was updated successfully, but these errors were encountered: