Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reconciler error: object has been modified #33

Open
filiprafaj opened this issue Mar 24, 2025 · 1 comment
Open

reconciler error: object has been modified #33

filiprafaj opened this issue Mar 24, 2025 · 1 comment
Assignees

Comments

@filiprafaj
Copy link
Contributor

hi, I am getting following errors

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"
}
@ggkhrmv
Copy link
Collaborator

ggkhrmv commented Mar 25, 2025

I'll look into it :)

How can I reproduce this bug?

@ggkhrmv ggkhrmv self-assigned this Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants