techcheckri commented on issue #10774: URL: https://github.com/apache/apisix/issues/10774#issuecomment-1883463381
My route to install is like this: https://apisix.apache.org/docs/ingress-controller/deployments/azure/ I use the helm way: ``` helm install apisix apisix/apisix \ --set gateway.type=LoadBalancer \ --set ingress-controller.enabled=true \ --set gateway.tls.enabled=true \ --create-namespace \ --namespace ingress-apisix \ --set ingress-controller.config.apisix.serviceNamespace=ingress-apisix \ --set ingress-controller.config.apisix.adminAPIVersion=$ADMIN_API_VERSION \ --version 1.8.0 ``` So there is nothing special. All vanilla. Could you please maybe explain what it means if apisix-etcd is going into the completed state if you know or point me to some documentation about it? I did not find anything about it. I would like to understand what is going on. -- 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]
