[错误] 序列化工作进程重新加载可能会阻止动态端点更改
作者: mrparkers创建于 2025年2月4日更新于 2026年1月14日
标签kind/buglifecycle/frozenneeds-triageneeds-priority
What happened:
We have an ingress-nginx deployment that uses enable-serial-reloads to prevent too many nginx workers from spawning when many ingress changes are made within close proximity to one another. This configuration does not seem to have detailed documentation in the website docs, but you can see the docs in the code here: https://GitHub.com/Kubernetes/ingress-nginx/blob/d1dc3e827f818ee23a08af09e9a7be0b12af1736/internal/ingress/controller/config/config.go#L475-L480
内容来源: kubernetes/ingress-nginx