-
Notifications
You must be signed in to change notification settings - Fork 56
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
resource-reconciler: determined that resources are NOT equal #141
Comments
Tested/ruled out: So i am really wondering why the operator thinks the resources are NOT equal |
can you paste the manifest you create? Also do you see it flip flopping? |
Unfortunately not due to company policies. Maybe increasings the verbosity of the operator if that is possible? |
Good new for this case! |
Since release v1.2.5 you can see the diff that caused the reconcile in the logs. You have to take a close look though. I can be minor things like numbers that are written to a string field and will therefore receive quotation marks which the operator detects as a diff. Mutation Webhooks are also a possible cause of diffs. |
What are tips/approached how to troubleshoot "resource-reconciler determined that resources are NOT equal" messages?
We have a simple namespaceconfig with only 2 rolebinding creations but are unable to keep the operator log clean of these messages and wondering why the operator thinks the resources are NOT equal.
The text was updated successfully, but these errors were encountered: