Chart ingress not working in latest k8s
agorgl opened this issue · 1 comments
agorgl commented
According to the k8s deprecation guide: https://kubernetes.io/docs/reference/using-api/deprecation-guide/
The extensions/v1beta1 and networking.k8s.io/v1beta1 API versions of Ingress is no longer served as of v1.22.
Migrate manifests and API clients to use the networking.k8s.io/v1 API version, available since v1.19.
Fix should be applied here:
And probably here:
canterberry commented
Fixed in v2.0.0.