You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As indicated here: argoproj/argo-cd#11074 (comment), there is currently a limitation in Argo CD, only for CRDs, that avoids default values to be considered during diff calculation. This affects Argo CD Application status as it thinks it is out-of-sync when in fact it isn't.
Some Linkerd CRD are out-of-sync:
In all cases, out of sync reason is caused by empty list value provided in field
.spec.names.shortNames
field: shortNames: []In this cases, Kubernetes it is not keeping this empty field in its live manifest and so, it is always different from the desired one.
There is an open PR in linkerd (linkerd/linkerd2#10030) that will add shortNames to all these CRDs, so it might solve this issue.
The text was updated successfully, but these errors were encountered: