You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/07/08 03:45:52 UTC

[GitHub] [apisix-helm-chart] arabot777 opened a new issue #113: Can an external etcd cluster be used to install dashboard using helm?

arabot777 opened a new issue #113:
URL: https://github.com/apache/apisix-helm-chart/issues/113


    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 ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-helm-chart] tokers commented on issue #113: Can an external etcd cluster be used to install dashboard using helm?

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #113:
URL: https://github.com/apache/apisix-helm-chart/issues/113#issuecomment-876345491


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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-helm-chart] CloudXiaobai commented on issue #113: Can an external etcd cluster be used to install dashboard using helm?

Posted by GitBox <gi...@apache.org>.
CloudXiaobai commented on issue #113:
URL: https://github.com/apache/apisix-helm-chart/issues/113#issuecomment-879823359


   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org