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
it looks like some race condition, the config map is very slowly updating to the desired state
2025-03-24T14:35:16Z INFO Warning: Reconciler returned both a non-zero result and a non-nil error. The result will always be ignored if the error is non-nil and the non-nil error causes reqeueuing with exponential backoff. For more details, see: https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/reconcile#Reconciler
{
"controller":"argocdrolebinding",
"controllerGroup":"rbac-operator.argoproj-labs.io",
"controllerKind":"ArgoCDRoleBinding",
"ArgoCDRoleBinding":{
"name":"somename",
"namespace":"argocd"
},
"namespace":"argocd",
"name":"somename",
"reconcileID":"aaf69898-1bf6-46d8-a6cc-df1d5d9a3253"
}
2025-03-24T14:35:16Z ERROR Reconciler error
{
"controller":"argocdrolebinding",
"controllerGroup":"rbac-operator.argoproj-labs.io",
"controllerKind":"ArgoCDRoleBinding",
"ArgoCDRoleBinding":{
"name":"somename",
"namespace":"argocd"
},
"namespace":"argocd",
"name":"somename",
"reconcileID":"aaf69898-1bf6-46d8-a6cc-df1d5d9a3253",
"error":"Operation cannot be fulfilled on configmaps \"argocd-rbac-cm\": the object has been modified; please apply your changes to the latest version and try again"
}
The text was updated successfully, but these errors were encountered:
hi, I am getting following errors
it looks like some race condition, the config map is very slowly updating to the desired state
The text was updated successfully, but these errors were encountered: