Azure / azure-service-operator

Azure Service Operator allows you to create Azure resources using kubectl
https://azure.github.io/azure-service-operator/
MIT License
757 stars 197 forks source link

ArgoCD health indicator colors #4258

Closed neil-119 closed 1 month ago

neil-119 commented 1 month ago

Not sure if this the right place to post this, but ArgoCD shows green on the custom resources for ASO even when the status field in the CR shows errors. Has anyone figured out how to get ArgoCD to show realistic indicator colors for ASO resources yet?

neil-119 commented 1 month ago

I'll see if I can create my own lua script for it.

https://argo-cd.readthedocs.io/en/stable/operator-manual/health/

theunrepentantgeek commented 1 month ago

You should be able to use our Ready condition in your LUA script.

I'm surprised that ArgoCD doesn't check for that by default, but they probably have a good reason for this.

neil-119 commented 1 month ago

I'll see if I can create my own lua script for it.

https://argo-cd.readthedocs.io/en/stable/operator-manual/health/

Just an update -- the sample script that was provided in the link above (for crossplane) also works for ASOP v2.