We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to https://kubernetes.io/blog/2021/07/26/update-with-ingress-nginx/ since kubernetes 1.22 Ingress object won't be accessible from networking.k8s.io/v1beta1 but only through networking.k8s.io/v1.
Ingress
networking.k8s.io/v1beta1
networking.k8s.io/v1
Running temporal-web with ingress enabled on minikube v1.23.2 (kubernetes v1.22.1) fails for this reason.
ingress
Check in https://github.com/temporalio/helm-charts/blob/master/templates/web-ingress.yaml if it has api version of networking.k8s.io/v1 and fix yaml accordingly
The text was updated successfully, but these errors were encountered:
Fixed by #278
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
According to https://kubernetes.io/blog/2021/07/26/update-with-ingress-nginx/ since kubernetes 1.22
Ingress
object won't be accessible fromnetworking.k8s.io/v1beta1
but only throughnetworking.k8s.io/v1
.Running temporal-web with
ingress
enabled on minikube v1.23.2 (kubernetes v1.22.1) fails for this reason.Describe the solution you'd like
Check in https://github.com/temporalio/helm-charts/blob/master/templates/web-ingress.yaml if it has api version of
networking.k8s.io/v1
and fix yaml accordinglyThe text was updated successfully, but these errors were encountered: