-
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 child reaping broken #596
Comments
@n1koo please test if the image |
Hi, I am using gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.4 and still getting:
|
@agustincastanio this is one of the reasons why we need to release beta.5 asap |
Getting this with beta.4, new routes failing to be loaded as a result |
@Malet please update to beta.5 |
@aledbf switched to beta.5 now to see if that fixes it, |
I have been using beta.5 for five days without this issue. |
I'm currently having the exact same issue as @Malet on beta.5
EDIT: but I think this is the wrong issue to report? apologies |
Still getting this issue on beta.5 also, might have a few more ingress rules than most though
|
We had the same exact issue:
It was fixed by Cheers! |
running beta 5 and im seeing similar issue:
|
I'm on |
@jeffrichiefs please update to 0.9.0-beta.15. We changed how we monitor the nginx process |
I think #577 broke master.
I'm seeing
With this patch, but without it totally works. Controllers end up in a crashloop due to this.
I think the problem is that as we spawn things like
grep
they finish waster than we can monitor them. Happy to supply more information as needed, but this is pretty easily reproducible with legit templates being usedThe text was updated successfully, but these errors were encountered: