dionysius opened a new issue, #801: URL: https://github.com/apache/apisix-helm-chart/issues/801
There is no way to set annotations to the ingressclass: https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix-ingress-controller/templates/ingress-class.yaml#L9 As per [ingress documentation](https://kubernetes.io/docs/concepts/services-networking/ingress/#default-ingress-class) > You can mark a particular IngressClass as default for your cluster. Setting the ingressclass.kubernetes.io/is-default-class annotation to true on an IngressClass resource will ensure that new Ingresses without an ingressClassName field specified will be assigned this default IngressClass. as per [apisix-ingress-controller features](https://github.com/apache/apisix-ingress-controller?tab=readme-ov-file#features) > Native Kubernetes Ingress (both v1 and v1beta1) support. -- 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]
