Juranir
Juranir
> What was your old version? 3.4.9? No, this old version is v3.0.2. This same behavior also happened with the 2 last versions (we made some downgrades to try to...
Thanks a lot for your help :D I just compared my values with [chart values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-workflows/values.yaml) and I don't have any unknown parameters. Do you have any idea how could I...
I updated the code to try to register the "invalid object" that is causing the error. What is happening is that the **[event](https://github.com/argoproj/argo-workflows/blame/82ac98026994b8b7b1a0486c6f536103d818fa99/workflow/controller/controller.go#L400)** variable is null. I don't have another...
Maybe this [issue](https://github.com/kubernetes/client-go/issues/334) helps explain this behavior (I also found other complaints similar to this for projects other than Argo), if so I think we would add a conditional check...
> So in that issue they https://github.com/kubernetes/client-go/issues/334#issuecomment-370561966 using a Reflector or Informer instead to handle several kinds of edge cases including this one. The Argo codebase does use Informers very...
I waited a bit to see if the error would appear again. So far this code has solved the initial problem, but a new message has started to appear in...
I tried to increase the resync period and I also tried to define the namespace manually, but the message still appeared every minute. I think this log message comes from...
I'm starting to think I'm doing something wrong in the image construction process. I tried cloning the repo and running the command `make workflow-controller-image` (without file changes), and the error...
There is some problem with the local environment (I don't know why). I downloaded the latest version code and made the same change. now the core is working fine without...
The proposed suggestions by @agilgur5 and @juliev0 were implemented