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
Several APIs where deprecated in Kubernetes 1.22, in particular the networking.k8s.io/v1beta1 (used here). This prevent ingress.yaml to deploy successfully on Kubernetes 1.22.
I think it could be possible to support both APIs, using conditional logic (Grafana does this, for example).