liuzhiyong1982 opened a new issue, #620: URL: https://github.com/apache/apisix-helm-chart/issues/620
While I am preparing POC, I installed Apache APISIX® Ingress Controller on a new K8S cluster following official Helm installation guide(https://apisix.apache.org/docs/ingress-controller/deployments/azure/): helm install apisix apisix/apisix \ --set gateway.type=LoadBalancer \ --set ingress-controller.enabled=true \ --namespace ingress-apisix \ --set ingress-controller.config.apisix.serviceNamespace=ingress-apisix find two potential issues: 1, I used '--set gateway.type=LoadBalancer' in the Helm scripts , but after the installation I do not find a LoadBalancer type service. I think the correct option is '--set service.type=LoadBalancer', please confirm.  2, I used '--set ingress-controller.enabled=true' in the Helm scripts, but I do not find 'apisix' in ingressClass. I think I should find a 'apisix' record in ingressClass kind.  Did I miss something in the middle? -- 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-unsubscr...@apisix.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org