You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "s0l4r (via GitHub)" <gi...@apache.org> on 2023/03/02 08:57:48 UTC

[GitHub] [apisix-dashboard] s0l4r commented on issue #2753: Error when importing OpenAPI spec from webui

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: notifications-unsubscribe@apisix.apache.org

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