-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Nginx reloaded every 3 seconds #1269
Comments
@jerryjxj please use the image quay.io/aledbf/nginx-ingress-controller:0.202 Edit: also add the flag --v=2 to see what's changing in the configuration |
Closing. Please reopen when you can provide the logs after the update (if the issue continues) |
Hi @aledbf , 0906 05:49:10.270157 11 controller.go:469] backend reload required |
@jerryjxj please add the flag --v=2 to see what's changing in the configuration |
@aledbf After I set flag sort-backends to start ingress, no config difference log exists. But I still see the backend reload required every 3 seconds. |
Some other findings: Then I tried to change an ingress, the logs contued again and it lasts 2 minutes. |
@jerryjxj please post the logs, I cannot help you to debug this issue without information |
@aledbf Thank you Regarding the original questions in case there is any remaining relevance: |
Tested in commit 7844415, I found the following log. Nginx is reloaded constantly.
E0830 04:21:12.490421 11 template.go:615] expected an Ingress
I0830 04:21:12.649545 11 controller.go:478] ingress backend successfully reloaded...
I0830 04:21:15.812189 11 controller.go:469] backend reload required
E0830 04:21:15.814736 11 template.go:615] expected an Ingress
I0830 04:21:15.975626 11 controller.go:478] ingress backend successfully reloaded...
I0830 04:21:19.146257 11 controller.go:469] backend reload required
E0830 04:21:19.149182 11 template.go:615] expected an Ingress
I0830 04:21:19.317383 11 controller.go:478] ingress backend successfully reloaded...
I0830 04:21:22.478650 11 controller.go:469] backend reload required
E0830 04:21:22.481419 11 template.go:615] expected an Ingress
I0830 04:21:22.643070 11 controller.go:478] ingress backend successfully reloaded...
I0830 04:21:25.811394 11 controller.go:469] backend reload required
E0830 04:21:25.813810 11 template.go:615] expected an Ingress
I0830 04:21:25.968366 11 controller.go:478] ingress backend successfully reloaded...
I0830 04:21:29.146397 11 controller.go:469] backend reload required
E0830 04:21:29.149227 11 template.go:615] expected an Ingress
I0830 04:21:29.309935 11 controller.go:478] ingress backend successfully reloaded...
I0830 04:21:32.479700 11 controller.go:469] backend reload required
E0830 04:21:32.483580 11 template.go:615] expected an Ingress
I0830 04:21:32.644088 11 controller.go:478] ingress backend successfully reloaded...
I0830 04:21:35.812015 11 controller.go:469] backend reload required
E0830 04:21:35.814576 11 template.go:615] expected an Ingress
I0830 04:21:35.976488 11 controller.go:478] ingress backend successfully reloaded...
I0830 04:21:39.144720 11 controller.go:469] backend reload required
E0830 04:21:39.147110 11 template.go:615] expected an Ingress
I0830 04:21:39.321595 11 controller.go:478] ingress backend successfully reloaded...
I0830 04:21:42.480317 11 controller.go:469] backend reload required
E0830 04:21:42.484820 11 template.go:615] expected an Ingress
I0830 04:21:42.658050 11 controller.go:478] ingress backend successfully reloaded...
The text was updated successfully, but these errors were encountered: