Alessio Onori

Results 38 comments of Alessio Onori

Is the Dockerfile mentioned in the [readme](https://github.com/soramitsu/kagome#prerequisites) production ready and maintained ? which of [these two folders](https://github.com/soramitsu/kagome/tree/master/housekeeping/docker) should we follow as a reference for a production ready deployment ?

The issue is fixed/not present if one uses the [documented](https://games-on-whales.github.io/wolf/stable/user/quickstart.html) `Nvidia (Container Toolkit)` approach rather than the `Nvidia (Manual)`. Hopefully it will become the recommended stable approach: https://github.com/games-on-whales/wolf/issues/152 FYI https://github.com/games-on-whales/wolf/pull/279

> `application.namespaces` should be picked up by by both the server and the controller. Did you restart the components after applying that config? > indeed, application.namespaces parameter is taken by...

> @ironoa Have you try to deploy with > > ``` > server: > extraArgs: > - --application-namespaces="*" > ``` > > and > > ``` > controller: > extraArgs:...

> Was able to make `v2.5.5` work by adding the `application.namespaces` to the `argocd-cmd-params-cm`. > > I had no other choices then to kill the pods to make them reload...

> @ironoa did you remove your pods after changing the configmap? > > If not, try this > > ``` > kubectl scale statefulset/argocd-application-controller --replicas=0 -n argocd > kubectl scale...

> Can you run `kubectl get configmap argocd-cmd-params-cm -n argocd -o yaml` > > and validate it contains > > ``` > data: > application.namespaces: '*' > ``` ```kubectl get...

> Maybe upgrading helm chart 5.16.9, which uses v2.5.5 might help? I'm there already, both with the chart and the argo version

@Alegrowin out of this scenario, what are possible causes for an app being present, considered healthy, but nothing deployed underneath ? So far it happened to me when: - the...

@Alegrowin I've just spot this 2 errors: ``` "time=\"2022-12-21T22:29:47Z\" level=error msg=\"Unable to create audit event: events is forbidden: User \\\"system:serviceaccount:argocd:argocd-server\\\" cannot create resource \\\"events\\\" in API group \\\"\\\" in the...