Skip to content
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

[Bug]: Every 5min all resources are reconciled while there are no changes #374

Open
gvdhart opened this issue Sep 6, 2024 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@gvdhart
Copy link
Contributor

gvdhart commented Sep 6, 2024

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

- Kubernetes version: (use `kubectl version`): 
- OS (e.g. from `/etc/os-release`):
- Kernel (e.g. `uname -a`):
- cluster-api-provider-outscale version:
- cluster-api version: 
- Install tools:
- Kubernetes Distribution:
- Kubernetes Diestribution version:
@gvdhart gvdhart added the bug Something isn't working label Sep 6, 2024
@gvdhart
Copy link
Contributor Author

gvdhart commented Nov 14, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants