DataONEorg / k8s-cluster

Documentation on the DataONE Kubernetes cluster
Apache License 2.0
2 stars 1 forks source link

Upgrade NGINX Ingress Controller #24

Open gothub opened 2 years ago

gothub commented 2 years ago

The current version is 4.0.17.

todo:

gothub commented 2 years ago

Currently on dev:

helm list -n ingress-nginx
NAME            NAMESPACE       REVISION    UPDATED                                 STATUS      CHART                   APP VERSION
ingress-nginx   ingress-nginx   1           2022-02-09 10:28:12.22761881 -0800 PST  deployed    ingress-nginx-4.0.17    1.1.1

... prod version is older:

helm list -n ingress-nginx
NAME            NAMESPACE       REVISION    UPDATED                                 STATUS      CHART               APP VERSION
ingress-nginx   ingress-nginx   1           2021-12-28 17:01:35.768277057 -0800 PST deployed    ingress-nginx-4.0.6 1.0.4

(from https://kubernetes.github.io/ingress-nginx/deploy/upgrade):

This upgrade should be able to be performed with

https://kubernetes.github.io/ingress-nginx/deploy/upgrade/

Note that this might cause cert-manager to reissue certs, which might cause service disruption.