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 2022/06/27 06:44:20 UTC

[GitHub] [apisix-dashboard] airclear commented on issue #2483: Installing APISIX in kubesphere encountered etc, but could not find hosts

airclear commented on issue #2483:
URL: https://github.com/apache/apisix-dashboard/issues/2483#issuecomment-1166943561

   if you use helm install,  you need to set the dashboard's  etcd config: 
   
   ```yaml
   dashboard:
     enabled: true
     config:
       conf:
         etcd:
           # Supports defining multiple etcd host addresses for an etcd cluster
           endpoints:
             - etcd.ingress-apisix.svc.cluster.local:2379
           # apisix configurations prefix
           prefix: "/apisix"
           # Etcd basic auth info
           username: ""
           password: ""
   ```


-- 
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