Page MenuHomePhabricator

ingress-nginx
Closed, ResolvedPublic

Description

Add class for ingress-nginx for magnum.

kubernetes.io/ingress.class: "nginx"
annotation appears depreciated, https://kubernetes.github.io/ingress-nginx/

.spec.ingressClassName appears to be the desired method now:

spec:
  ingressClassName: nginx

add to ingress definitions

Event Timeline

We'll need this for the jupyterhub ingress as well, looks like the annotation does not work and templates/ingress.yaml in 1.2.0 chart out of https://jupyterhub.github.io/helm-chart/ jupyterhub/jupyterhub doesn't look like it has a variable for it. But 2.0.0 does, let's see if we can upgrade to 2.0.0