Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Ingress in K8S versions >=1.22 #23

Open
jordi-t opened this issue Mar 4, 2022 · 1 comment
Open

Add support for Ingress in K8S versions >=1.22 #23

jordi-t opened this issue Mar 4, 2022 · 1 comment

Comments

@jordi-t
Copy link
Contributor

jordi-t commented Mar 4, 2022

As of Kubernetes v1.22, the extensions/v1beta1 and networking.k8s.io/v1beta1 API versions of Ingress is no longer served.

This means that the current Ingress template for both O-Z and O-N will not work on K8S versions >=1.22.

Currently extensions/v1beta1 is still supported (required for K8S versions <=1.14), my suggestion would be to drop support for this and only support networking.k8s.io/v1beta1 and networking.k8s.io/v1.

@shazada
Copy link
Contributor

shazada commented Aug 24, 2022

We have the same issue on our Azure AKS cluster, which doesn't support the deprecated ingress.
We'll make a PR in https://github.com/Contezza/open-zaak-charts once its running on our server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants