Skip to content
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

Preventing nginx controller errors #81

Merged
merged 1 commit into from
May 8, 2024
Merged

Preventing nginx controller errors #81

merged 1 commit into from
May 8, 2024

Conversation

roytman
Copy link
Member

@roytman roytman commented May 8, 2024

Why are these changes needed?

As explained in the issues below, when nginx-ingress worker-processes value is set to auto or is not set, which means it spawns as many processes as cores are detected. When there are many CPU cores, we can face the issue that the Ingress-controller "exited with fatal code 2 and cannot be respawned." This happens when pid limits is violated.

Related issue number (if any).

kubernetes/ingress-nginx#6141
cri-o/cri-o#5779

Signed-off-by: Alexey Roytman roytman@il.ibm.com

Signed-off-by: Alexey Roytman <roytman@il.ibm.com>
@roytman roytman requested review from revit13 and blublinsky May 8, 2024 06:40
@roytman roytman merged commit 461a8de into IBM:dev May 8, 2024
11 checks passed
@roytman roytman deleted the minio branch May 8, 2024 07:27
@roytman roytman mentioned this pull request May 8, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants