imixs / imixs-cloud

A Lightweight Kubernetes Environment
https://imixs.github.io/imixs-cloud/
GNU General Public License v3.0
200 stars 82 forks source link

Update Ingress Documentation #81

Closed rsoika closed 1 year ago

rsoika commented 1 year ago

update install scripts update docu about upgrading cert-manager

See also here: https://robearlam.com/blog/nginx-ingress-breaking-change-ingress.class-now-required

We need to update all ingress deployments by adding the following new annotation:

  annotations:
    .....
    .....
    kubernetes.io/ingress.class: "nginx"
    .....