cristiantrapero commented on issue #2658:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/2658#issuecomment-3589240121

   You need to add the flag --set ingress-controller.webhook.enabled=false 
because in the first start up is not running.
   
   You should run:
   
   `helm install apisix \
     --namespace ingress-apisix \
     --create-namespace \
     --set ingress-controller.enabled=true \
     --set ingress-controller.apisix.adminService.namespace=ingress-apisix \
     --set ingress-controller.gatewayProxy.createDefault=true \
     **--set ingress-controller.webhook.enabled=false \**
     apisix/apisix
   `


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