cablespaghetti opened a new issue #17188: URL: https://github.com/apache/airflow/issues/17188
**Apache Airflow version**: 2.1.1 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): 1.20 **Environment**: Amazon EKS deployed via Helm Chart v1.0.0 **What happened**: The ingress resource created via the Helm chart uses the now deprecated v1beta Ingress which will be removed in Kubernetes 1.22. The stable version has been available since 1.19 which is two versions behind, and at least one version behind on most major cloud providers. **What you expected to happen**: The stable v1 resource with option for ingressClassName is used instead. If you wish to support Kubernetes versions older than 1.19 then Helm is capable of doing different things depending on detected Kubernetes versions, which I've seen other charts do. -- 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]
