-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Resources showing OutOfSync for volumeClaimTemplates #16707
Comments
Flagged for discussion in contributor's experience meeting. |
ArgoCD versions 2.10 and below have reached EOL. Can you upgrade and let us know if the issue is still present, please? |
Ran into this on v2.12.1 - currently updating to v2.13.0, will let you know if it fixes the issue. |
v2.13.0 is also affected. |
Can you try playing with known types configuration and see if it can solve this? https://argo-cd.readthedocs.io/en/stable/user-guide/diffing/#known-kubernetes-types-in-crds-resource-limits-volume-mounts-etc |
Apologies @andrii-korotkov-verkada, can't quite understand what I need to do :) |
You may need to specify the known type for |
I have tried the following:
and
Maybe I'm missing something, because this did not solve the problem |
It has to be this I think (note not using : as in your 2nd try)
|
Thanks for that, although That was just a typo (copy-paste mistake) in this thread. I have now tried multiple combinations of the different known types and non of them solved that issue... in the end I just ended up using the serversidediff compare option on each application with a statefulset
|
You can enable server-side diff globally too by adding |
Thanks that is a better approach |
Thanks for the suggestion @andrii-korotkov-verkada, but it doesn't seem like it works - I've been trying to make it work in different configurations too for the past two days to no avail. This is easily reproducible on a local kind cluster with a prometheus statefulset deployment. |
Describe the bug
Resource always show OutOfSync due to volumeClaimTemplates. Seems to happen with statefulsets
To Reproduce
Appears to happen with numerous 3rd party helm charts including https://github.com/Altinity/clickhouse-operator
Expected behavior
The resource should be updated without issue
Screenshots
Version
v2.7.3+e7891b8.dirty
The text was updated successfully, but these errors were encountered: