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

Continuous reconciliation even if fields are not changing #208

Open
fedepaol opened this issue Jun 6, 2022 · 0 comments
Open

Continuous reconciliation even if fields are not changing #208

fedepaol opened this issue Jun 6, 2022 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@fedepaol
Copy link
Member

fedepaol commented Jun 6, 2022

Looking at the operator logs, we can see it keeps reconciling objects it should not, because the spec side did not change.
For example,

2022/06/06 11:01:31 reconciling (/v1, Kind=Service) metallb-system/webhook-service
2022/06/06 11:01:31 update was successful
2022/06/06 11:01:31 reconciling (apps/v1, Kind=Deployment) metallb-system/controller
2022/06/06 11:01:31 update was successful
2022/06/06 11:01:31 reconciling (apps/v1, Kind=DaemonSet) metallb-system/speaker
2022/06/06 11:01:31 update was successful
2022/06/06 11:01:31 reconciling (cert-manager.io/v1, Kind=Certificate) metallb-system/serving-cert
2022/06/06 11:01:31 update was successful
2022/06/06 11:01:31 reconciling (cert-manager.io/v1, Kind=Issuer) metallb-system/selfsigned-issuer
2022/06/06 11:01:31 update was successful
2022/06/06 11:01:31 reconciling (admissionregistration.k8s.io/v1, Kind=ValidatingWebhookConfiguration) /validating-webhook-configuration
2022/06/06 11:01:31 update was successful

Although the objects are stable.

@fedepaol fedepaol added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Jun 6, 2022
fedepaol pushed a commit to fedepaol/metallb-operator that referenced this issue Mar 7, 2024
OCP only: fix the runner script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant