Baoyuantop opened a new issue, #2658: URL: https://github.com/apache/apisix-ingress-controller/issues/2658
### Current State I followed the installation instructions at https://apisix.apache.org/docs/ingress-controller/install/ When I execute ``` 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 \ apisix/apisix ``` I got an error ``` Error: INSTALLATION FAILED: failed to create resource: Internal error occurred: failed calling webhook "vgatewayproxy-v1alpha1.kb.io": failed to call webhook: Post "https://apisix-ingress-controller-webhook-svc.ingress-apisix.svc:443/validate-apisix-apache-org-v1alpha1-gatewayproxy?timeout=10s": no endpoints available for service "apisix-ingress-controller-webhook-svc" ``` helm chart version: 2.12.3 appVersion: 3.14.1 ### Desired State Installation completed successfully -- 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]
