fiaas / fiaas-deploy-daemon

fiaas-deploy-daemon is the core component of the FIAAS platform
https://fiaas.github.io/
Apache License 2.0
55 stars 31 forks source link

Transition from extensions/v1beta1 Ingress to networking.k8s.io/v1 Ingress #40

Closed oyvindio closed 2 years ago

oyvindio commented 5 years ago

FIAAS currently uses extensions/v1beta1 Ingress. This API will be disabled in Kubernetes 1.20. networking.k8s.io/v1beta1 Ingress which is supposed to replace this API is available in Kubernetes 1.14 and later.

oyvindio commented 3 years ago

networking.k8s.io/v1 Ingress is GA in Kubernetes 1.19, and according to the changelog it looks like the plan is to remove extensions/v1beta Ingress in Kubernetes 1.22 (or later?).

tg90nor commented 2 years ago

Fixed by #165