ERROR: Reconciler error the object has been modified; please apply your changes to the latest version and try again #2507
Unanswered
semihural-tomtom
asked this question in
Questions
Replies: 2 comments 1 reply
-
We're seeing the same - starting 50 small identical jobs in parallel, a small number fails and we're seeing this in the log.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This is a very common error we see not just in ARC but k8s clients in general, any call to modify state should ideally retry on conflict. Busy cluster seems to suffer more and short bursts of modification https://pkg.go.dev/k8s.io/client-go/util/retry#RetryOnConflict |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What might be the reason of this error?
Beta Was this translation helpful? Give feedback.
All reactions