Open allamand opened 1 month ago
It is possible that the controller (kubernetes informer) miss the event. Can you add more information on how this ApplicationSet is deleted (manually, other operator, pruning by argo cd, etc)?
It does seem like a scenario that the AppSet could handle, fail once, update the informer status for this resource, then retry.
The object was deleted with kubectl, and yes for some reason the controller may have missed the update but never tried to update his cache with more recent datas
2.10 has reached EOL, can you upgrade and check if the issue is still present, please?
Checklist:
argocd version
.Describe the bug
I already had this issue several times, so decided to log the issue.
I was not able to create a non existant applicationset in the cluster
To Reproduce
It was previously created and deleted, and for some reason, the applicationset controller was trying to update the object instead of creating it.
Expected behavior
applicationset controller just create the applicationset requested
**Workarround
To FIx the problem, I just deleted the controller, which restarted from fresh (with no corrupted cache), and then, just created the object.
Version
Logs