You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug - Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Ingress" in version "networking.k8s.io/v1beta1"
#2
If you try and use this on a K8 cluster of 1.23 or higher, you will get the following error message: Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Ingress" in version "networking.k8s.io/v1beta1"
templates/ingress.yaml needs updating as does the chart nginx-ingress-1.36.3
If you try and use this on a K8 cluster of 1.23 or higher, you will get the following error message:
Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Ingress" in version "networking.k8s.io/v1beta1"
templates/ingress.yaml needs updating as does the chart nginx-ingress-1.36.3
https://github.com/datatorch/helm-charts/blob/master/datatorch/charts/nginx-ingress-1.36.3.tgz needs to be updated using the following guide: https://kubernetes.github.io/ingress-nginx/
The text was updated successfully, but these errors were encountered: