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
I deployed the last version of operator chart and when I created kind: SparkApplication it return an error
Error Message: failed to create web UI ingress: failed to create ingress development/spark-test-ui-ingress: no matches for kind "Ingress" in version "extensions/v1beta1"
It should use networking.k8s.io/v1 for ingress.
I can't find where I can change it