s0l4r commented on issue #2753:
URL: 
https://github.com/apache/apisix-dashboard/issues/2753#issuecomment-1451516496

   > Can you provide your deployment steps or a reference document?
   
   ```
   helm repo add apisix https://charts.apiseven.com
   kubectl create ns apisix-system
   helm install apisix apisix/apisix \
     --set gateway.type=LoadBalancer \
     --namespace apisix-system
   
   helm install apisix-dashboard apisix/apisix-dashboard   --namespace 
apisix-system
   ```
   
   Edit the configmap to find etcd:
   ```
   kubectl edit configmap -n apisix-system apisix-dashboard
   
   Edit configmap for dashboard:
   conf:
     etcd:
       prefix: "/apisix"
       endpoints:
         - apisix-etcd.apisix-system.svc.cluster.local:2379
   ```
     
   ```
   helm list -A
   NAME                 NAMESPACE       REVISION        UPDATED                 
                STATUS          CHART                   APP VERSION
   apisix               apisix-system   1               2023-02-24 
19:07:56.659408 +0100 CET    deployed        apisix-1.1.0            3.1.0      
   apisix-dashboard     apisix-system   1               2023-02-24 
13:22:11.245901 +0100 CET    deployed        apisix-dashboard-0.8.0  3.0.0      
```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to