-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
StatefulSet's volumeClaimTemplates is displayed as PersistentVolumeClaim which status is OutOfSync #1729
Comments
I'm not clear. Have you see the app name in the YAML? Argo CD uses app name to determine which resources the app consists of. You must not set it in your manifests. |
Argo CD rewrites 'app.kubernetes.io/instance' to 'app name' at the time of deployment. |
There is a discussion about it in #1482. I think we will need to change label to custom label or even switch to annotation |
I decided to use |
Actually Argo CD uses kubectl apply under the covers, and we support the mode where people switch back and forth between kubectl apply. Theres three solutions to this problem:
Don't think we need to do anything for this. |
Describe the bug
When 'app name' and 'app.kubernetes.io/instance' are the same, StatefulSet's volumeClaimTemplates is displayed as PersistentVolumeClaim which status is OutOfSync.
To Reproduce
Expected behavior
StatefulSet's volumeClaimTemplates is not displayed as resource.
Version
v1.0.1
The text was updated successfully, but these errors were encountered: