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

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

Open arabot777 opened this issue 3 years ago • 2 comments

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 How can I solved it ?

arabot777 avatar Jul 08 '21 03:07 arabot777

@arabot777 See https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/values.yaml#L199 for details.

tokers avatar Jul 08 '21 11:07 tokers

same issues to me. the {{ .Values.conf.config.etcd.endpoints}} on apisix-dashboard cannot be inherited by apisix charts. You can manually modify the apisix-dashboard's configmap to resolve this.

LinkMaq avatar Jul 14 '21 11:07 LinkMaq

@LinkMaq configmap添加了endpoints和mtls也无法生效

mmexport1668839120368 mmexport1668839123346 mmexport1668839126610

DengYongJie666 avatar Nov 19 '22 06:11 DengYongJie666