rfeijolo opened a new issue, #339: URL: https://github.com/apache/apisix-helm-chart/issues/339
When the chart is installed and the ingress is configured it uses the annotation kubernetes.io/ingress.class that was (deprecated)[https://kubernetes.io/docs/concepts/services-networking/ingress/#deprecated-annotation] in Kubernetes 1.18. The server capabilities should be checked and and if the server version supports the ingress class name, it should be used instead. Should a PR be sent to address this issue? Proposal: The value file could accept a value for ingress class name ``` ingress: enabled: enabled ingressClassName: nginx ``` -- 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]
