This blog post details a troubleshooting journey in an AKS (Azure Kubernetes Service) cluster where all applications managed by ArgoCD were in an unknown sync state. The author discovered that the issue arose from duplicated CRDs associated with the Kyverno reports-server, which prevented the OpenAPI server from functioning correctly. After identifying the problem, deleting the duplicate CRDs resolved the issue without needing to restart the server.