Enable etcd auto compaction for every 1000 revision (#7278)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/7292/head
edward.zeng 2021-08-25 11:51:52 +08:00 committed by GitHub
parent b4c55f6b3c
commit 8aa13f96f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ spec:
value: debug value: debug
- name: ETCD_QUOTA_BACKEND_BYTES - name: ETCD_QUOTA_BACKEND_BYTES
value: "4294967296" value: "4294967296"
- name: ETCD_AUTO_COMPACTION_MODE
value: "revision"
- name: ETCD_AUTO_COMPACTION_RETENTION
value: "1000"
command: command:
- etcd - etcd
- -advertise-client-urls=http://127.0.0.1:2379 - -advertise-client-urls=http://127.0.0.1:2379