apisix-helm-chart icon indicating copy to clipboard operation
apisix-helm-chart copied to clipboard

Dependency etcd auto periodic compaction should be enabled by default.

Open pongpongcn opened this issue 1 year ago • 0 comments

charts/apisix/Chart.yaml

etcd:
  extraEnvVars:
    - name: ETCD_AUTO_COMPACTION_RETENTION
      value: "1"

It's a trap, for most users.

Ref: https://github.com/apache/apisix-ingress-controller/issues/1830

pongpongcn avatar Nov 24 '23 14:11 pongpongcn