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]: Entity "CertificateRequest/test-cert-1" modification did not modify generation. Skip event. #826

Open
tyb-dev opened this issue Dec 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@tyb-dev
Copy link

tyb-dev commented Dec 5, 2024

Describe the bug

I am doing a feasibility around implementing a cert-manager.io operator using KubeOps. In the cert-manager.io concept, certificate approvals are given via updating status.conditions field which does not update generation. Therefore, my .NET reconciler is never called. Instead, I get this message

Entity "CertificateRequest/test-cert-1" modification did not modify generation. Skip event.

I would like to react on this status change in my controller, but looking at the KubeOps code, it does not seem to be possible.

To my knowledge, not calling the reconciler when the generation has not changed is not a usual requirement, although it can make sense most of the times.

To reproduce

  1. Create a CRD and a controller
  2. Update a resource's status
  3. Reconciler is not called

Expected behavior

The reconciler is either always called, or there is an option to be informed even when the generation has not changed.

Screenshots

No response

Additional Context

No response

@tyb-dev tyb-dev added the bug Something isn't working label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant