-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Multiple ingress update cause reloaded N times of nginx instead of just one time for all #8336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@Taymindis: This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/remove-kind bug Please provide information that was requested in the new issue template.
If it is ingress objects, did you apply 5 yaml files at once or one by one. What is the problem you want to solve ? |
Hi @longwuyuan , We have our own helm which iterates to create/upgrade ingress objects. when we modify something on values that apply to relevant ingress object, the N ingress object affected for change will trigger N time of relaod. I understand that if one ingress object changed, it will Solution:Can it be done by just 1 reload in specific amount of time detection of change? |
Someone attempted a hack for a custom behaviour related to disabling admission webhook temporarily, if I am not wrong. They were guided by an expert. While the admission webhook was disabled, the user changed objects and after completing all changes, they re-enabled admission. I mentioned above incident because there may be ways to achieve it, but there is no feature as per your description. Let us see if other people have comments. |
I'm observing the same issue in our multiple ingress controller setup. To make things a bit more complicated the memory usage increases (and it is not flushed) on every backend reload (just like described in #8166). |
@longwuyuan @pdefreitas |
A complete event history and a complete k8s state is needed to make any comments about memory consumption. Please open a new issue to report a new problem. You originally asked for one single reload of nginx in response to multiple config changes. That is a different issue compare from this high-memory consumption issue. |
Thanks for reminding, I have reported new issue |
/assign |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
There are 5 ingress which always been upgraded via using Helm.
Just wondering even If I upgrade 5 ingress's annotations, can it be just reloaded 1 time only?
The text was updated successfully, but these errors were encountered: