apache / apache/apisix-helm-chart
Can an external etcd cluster be used to install dashboard using helm?
- Dominant language
- Go Template
- Stars
- 289
- Forks
- 282
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 4
Description
I use command
`helm install apisix apisix/apisix \
--set ingress-controller.enabled=true \
--set dashboard.enabled=true \
--set etcd.enabled=false \
--set etcd.host={http://192.168.252.184:2379\,http://192.168.252.106:2379} \
--set admin.allow.ipList="" \
--namespace ingress-apisix`
to install them.
apisix and apisix-controller is installed successfully,but dashboard is failed. The error logs is

How can I solved it ?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the supplied Helm installation command and the linked dashboard error screenshot, then inspect how the chart handles an external etcd cluster when etcd.enabled is false. Confirm the dashboard installs successfully with the external endpoints, and document the required configuration or limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100