Hey people.. Issue: Cannot get ingress to work ```...
# deployment-kubernetes
t
Hey people.. Issue: Cannot get ingress to work
Copy code
Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Ingress" in version "extensions/v1beta1"
Reproduce Issue: • Deploying dagster-infra as a separate release to the user-code-deployment (as instructed here). • Enabled
minikube addons enable ingress
• Added
$(minikube ip) >> /etc/hosts
and named this
<http://dagster-pp.com|dagster-pp.com>
• Set
.ingress.enabled
as true • in the values.yaml >>>
.ingress.dagit.host
set
<http://dagster-pp.com|dagster-pp.com>
to redirect host to the dagit service From doing a bit of googling it seems that extensions/v1beta1 has been deprecated in 1.16?
d
Hi Tiri - there's actually a PR out for this that a community member sent out that we’re working through here: https://github.com/dagster-io/dagster/pull/5476 That will likely go in in the first week of the new year, but you may be able to patch it locally if you need it sooner
2