apache / apache/apisix-helm-chart

Can an external etcd cluster be used to install dashboard using helm?

Open
#113 3 comments 0 reactions 0 assignees View on GitHub
question
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
![image](https://user-images.githubusercontent.com/30978207/124859099-d343be80-dfe1-11eb-8c6d-15a62324121b.png)
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.