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
Every 5 minutes all Osc resources are reconciled while this is not necessary while there are no changes.
This in turn creates a lot of requests to the Outscale api every 5 minutes unnecessarily.
Step to reproduce
Deploy a cluster and wait till it is full reconciled. Then look at the logs.
Expected to happen
Once all resources are sucessfully reconciled, the controller should not do anything unless an osc resource is modified.
This is actually not a big issue normally and is what a reconciler should do I gueuss, however if nothing changes not much should happen. But with the outscale cluster-api provider there is an immense amount of api calls to the Outscale api, which might become a problem if a lot of users use this provider.
What happened
Every 5 minutes all Osc resources are reconciled while this is not necessary while there are no changes.
This in turn creates a lot of requests to the Outscale api every 5 minutes unnecessarily.
Step to reproduce
Deploy a cluster and wait till it is full reconciled. Then look at the logs.
Expected to happen
Once all resources are sucessfully reconciled, the controller should not do anything unless an osc resource is modified.
Add anything
NA
cluster-api output
NA
Environment
The text was updated successfully, but these errors were encountered: