ArgoCD Crossplane XRD resources appear as Unknown - ArgoCD v3.0.12 #24063
Unanswered
ricardojdsilva87
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
Posting this first as a discussion because I'm not sure if this is a regression from ArgoCD


v2.13.xbehaviour.We are deploying some infrastructure using Crossplane + ArgoCD.
We know that some XRD resources are always created automatically inside the cluster and are not being managed in Git, for example:
or
The thing here is that with the upgrade these X resources started to become out of sync and ArgoCD shows them to be deleted, these are not deleted because we have the following annotation:
Also the X resource started to appear with a status unknown.
We have already set these configurations for the health status of the resources:
https://docs.crossplane.io/latest/guides/crossplane-with-argo-cd/#set-health-status
These were the same on ArgoCD
v2.13.xbefore upgrading tov3.0.12.I can see some of the custom health checks are added here, but it seems that there was no changes between the versions for crossplane resources:
https://github.com/argoproj/argo-cd/tree/v3.0.12/resource_customizations
Is there anything I might be missing?
PS
Issue #13753 might be related
Thanks
Beta Was this translation helpful? Give feedback.
All reactions