This repository was archived by the owner on Feb 25, 2025. It is now read-only.
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Add support for Ingress in K8S versions >=1.22 #23
Open
Description
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
.
Metadata
Metadata
Assignees
Labels
No labels