Results 168 comments of Ben Ye

I enabled server side apply at the app level right now like below: ``` syncPolicy: automated: prune: true syncOptions: - ServerSideApply=true ``` I also tried our service port case mentioned...

> #8812 (comment) I was using the same manifest but I still got this error. No duplicate port name. ```yaml apiVersion: v1 kind: Service metadata: name: nginx spec: ports: -...

Thanks @alexmt. How is your setup and scale for the test instance? In our case, this did help a little bit when lock contention is huge. This change will only...

Unfortuantely I cannot test this in our environment right now as we fixed the bug mentioned in https://github.com/argoproj/argo-cd/issues/8428 so there is almost no lock contention right now. But when that...

Is this a systemd file for managing all Dragonfly components? Including dfdaemon and supernode?

@zhujian7 Did this error happen multiple times or just happen once?

Hi @inoc603, can you open a pr for this feature?

I am sorry that I reopen this issue. I found that there is still no option to configure outputting logs to console in both dfdaemon and supernode. Did I miss...

This is a very much-needed feature. I think the way mentioned by @simianhacker is a good way to go.

I think I hit the same error but not sure if it is related to this issue. ``` ts=2022-04-19T03:05:55.756Z caller=main.go:513 level=info msg="Starting Prometheus" version="(version=2.34.0-rc.0, branch=HEAD, revision=e25a5992555527d26e53ea4d24e1b8bf16528c58)" ts=2022-04-19T03:05:55.756Z caller=main.go:518 level=info build_context="(go=go1.17.7,...