Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(kube): ignore errors.IsConflict on update call
- multiple log-routers try to update a single unique ResourceVersion - ignore errors.IsConflict as it is ResourceVersion collision - no need to retry, each log-router is a process, muli-thread because of daemonset, etcd version is our lock - only one log-router needs to succeed, same validation happens in all log-routers Signed-off-by: Anton Ouzounov <[email protected]>
- Loading branch information