help wantedkind/supportneeds-triagepriority/important-soon
描述
Docs (https://github.com/kubernetes/ingress-nginx/tree/master/charts/ingress-nginx#upgrading-with-zero-downtime-in-production) are mentioning that by default during an upgrade there is a service interruption caused by pods being restarted, and another article is linked with explanation how one can fix that.
But when looking at values.yml I can see both terminationGracePerios and preStop hook is set correctly in order to drain connections.
Is the documentation a little bit outdated or there is something else that I should set to get near zero downtime upgrades?