gprossliner

Results 23 comments of gprossliner

Thank you @everettraven for your response, and for clarification of my first questions. > * If a new instance of your RouteList CRD gets created after you have already created...

Thank you very much for your detailed answer. This is exactly my usecase. I will evaluate your suggestions and tell you about the outcommings!

I've done some testing for your purposed solution. The critical path is when the RouteController updates the RouteConfig object, because it updates an object "owned" by a different controller. This...

I created a repo, but it doesn't show the described behavior... I keep you updated https://github.com/gprossliner/operator-demo

Thank you, I'm out of office until tomorrow, but I will check as soon as I will return.

Hi! Now I use the `.Client` methods everywhere. Basically to wrap the API calls in custom functions to perform central logging. In my real project, the problem is still there,...

I was finally able reproduce the issue in the demo repo. It seems that because once all Route objects have been reconciled, that never was really an update to RouterConfig,...

Hi there! Not yet, I'm sorry, but I will keep you informed.

Is there any way to check if a reconciliation is "initial", that means on startup for all resources, or from a change of a resource? Or to disable the initial...

Thank you again for your patience and answer. Based on your comment, I was able to solve the problems with the optimistic concurrency error: https://github.com/gprossliner/operator-demo/commit/d4ee18492a6005b4d91bbfecb14a4f216e1ad348 I don't introduce a new...