GloryAndDream commented on issue #9666:
URL: https://github.com/apache/apisix/issues/9666#issuecomment-1592605217

   > > > Can you confirm that the etcd instance that APISIX is connected to 
(the apisix which is used by ingress controller) and the etcd instance which 
the dashboard is sending requests to is the same?
   > > 
   > > 
   > > what is the step for checking? I am new to apisix ingress
   > 
   > Can you tell the steps you used for installation?
   
   I use helm to install:
   
   ```
    helm install apisix apisix/apisix \
     --set gateway.type=LoadBalancer \
     --set ingress-controller.enabled=true \
     --set etcd.persistence.storageClass="alibabacloud-cnfs-nas" \
     --set etcd.persistence.size="8Gi" \
     --namespace ingress-apisix \
     --set ingress-controller.config.apisix.serviceNamespace=ingress-apisix \
     --set gateway.tls.enabled=true
   ```


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