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.
   
![image](https://github.com/apache/apisix-helm-chart/assets/73316431/a06553bd-5772-434e-93bb-7387b46101a4)
   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. 
   
![image](https://github.com/apache/apisix-helm-chart/assets/73316431/b865b51a-2e21-41af-ba2c-4cf62d579e17)
   
   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

Reply via email to