You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/09/06 14:03:47 UTC

[GitHub] [apisix-helm-chart] rfeijolo opened a new issue, #339: APISIX chart ingress class name support

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: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org