apache / apache/apisix-helm-chart
Dependency etcd auto periodic compaction should be enabled by default.
Open
enhancement
- Dominant language
- Go Template
- Stars
- 289
- Forks
- 282
- Avg merge
- 15h 55m
- Merged PRs (30d)
- 3
Description
charts/apisix/Chart.yaml
```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
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading charts/apisix/Chart.yaml and inspect the etcd dependency configuration. Confirm how the chart passes extraEnvVars, then make automatic compaction retention default to 1 and verify the rendered chart contains the setting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100