-
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 crashed - Worker process exited on signal 11 (core dumped) #8232
Comments
@tobernguyen: 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. |
Can you please upgrade to latest release and update status. /remove-kind bug |
Please correct me if I'm wrong but I'm already on the latest version (v1.1.1), right? The controller is using this image But I was surprised running
Should the release here be |
@longwuyuan any updates? |
I don't know its showing 1.0.3. |
Ok I re-checked and looks like my image's digest wasn't correct and it was pointing to v1.0.3. I fixed it and the controller is now running v1.1.1
I will monitor it for several days and will report back. |
@tobernguyen is every working fine? If not please reopen and comment here. /close |
@strongjz: 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. |
NGINX Ingress controller version (exec into the pod and run nginx-ingress-controller --version.):
NGINX Ingress controller
Release: v1.0.3
Build: 6e12582
Repository: https://github.com/kubernetes/ingress-nginx
nginx version: nginx/1.19.9
Controller image:
k8s.gcr.io/ingress-nginx/controller:v1.1.1@sha256:4ade87838eb8256b094fbb5272d7dda9b6c7fa8b759e6af5383c1300996a7452
Kubernetes version (use
kubectl version
):Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.3", GitCommit:"c92036820499fedefec0f847e2054d824aea6cd1", GitTreeState:"clean", BuildDate:"2021-10-27T18:34:20Z", GoVersion:"go1.16.10", Compiler:"gc", Platform:"darwin/arm64"}
Server Version: version.Info{Major:"1", Minor:"19+", GitVersion:"v1.19.15-eks-9c63c4", GitCommit:"9c63c4037a56f9cad887ee76d55142abd4155179", GitTreeState:"clean", BuildDate:"2021-10-20T00:21:03Z", GoVersion:"go1.15.15", Compiler:"gc", Platform:"linux/amd64"}
Environment:
Cloud provider or hardware configuration: AWS ECK
OS (e.g. from /etc/os-release): Amazon Linux
Kernel (e.g.
uname -a
): Linux ip-192-168-17-52.ec2.internal 5.4.156-83.273.amzn2.x86_64 Basic structure #1 SMP Sat Oct 30 12:59:07 UTC 2021 x86_64 x86_64 x86_64 GNU/LinuxHow was the ingress-nginx-controller installed:
Using
helm template
-> wrapped into kustomize -> Installed by ArgoCDWhat happened:
What you expected to happen:
How to reproduce it:
Anything else we need to know:
docker exec
to the container and run the following to set up the GDB environmentThe text was updated successfully, but these errors were encountered: