-
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
ingress-nginx-controller pod fails to start on s390x #6504
Comments
Related to issue #3912 |
@alanjcastonguay As mentioned in #3912 (comment) Support for s390x was added in release 0.33.0, however the image gives above mentioned error since version 0.41.0. Could you please guide us to what could be the possible cause? |
@vibhutisawant I've lost access to the s390x machine where the tests are executed. I hope before the end of the week it will be possible to get access to a new machine. |
@vibhutisawant I can reproduce the issue using 0.41.2. The issue is related to the latest changes in the core lua packages. |
@aledbf Thanks for the update. I was able to deploy NGINX Ingress controller successfully using this image k8s.gcr.io/ingress-nginx/controller:v0.40.2@sha256:46ba23c3fbaafd9e5bd01ea85b2f921d9f2217be082580edc22e6c704a83f02f |
Hi @aledbf |
|
Hi @aledbf Any updates on this issue? And also as seen from the pod logs, |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
/remove-lifecycle stale |
Hi @vibhutisawant @alanjcastonguay can you guys confirm that the issue still exists with newer versions of ingress-nginx? |
Unknown. I have no s390x machine. |
@iamNoah1 The above mentioned error still persists in the latest version. @aledbf Also Observed that the controller image mentioned in https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.47.0/deploy/static/provider/cloud/deploy.yaml , still points to v0.46.0. |
It is still happening with the latest
This is being a pretty serious issue since Kubernetes dropped the support for This means, there is currently NO WAY TO RUN the ingress-nginx controller on Kubernetes clusters running on the We need a solution for this quick as possible. |
The recent release activity has taken a lot of focus.
|
@longwuyuan Yeah sure. Here is the information.
|
Added my comment in the PR raised to fix the issue. Following are next steps to work on:
|
Awesome :) closing this one /close |
@iamNoah1: 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. |
and breakage introduced by commit 5980ef9 seen in kubernetes/ingress-nginx#6504 on s390x. Additionally implemented: - Table traversal changes for s390x introduced in commits c6f5ef6 and bb0f241. - CI for s390x. Signed-off-by: Artiom Vaskov <artiom.vaskov@ibm.com>
and breakage introduced by commit 5980ef9 seen in kubernetes/ingress-nginx#6504 on s390x. Additionally implemented: - Table traversal changes for s390x introduced in commits c6f5ef6 and bb0f241. - CI for s390x. Signed-off-by: Artiom Vaskov <artiom.vaskov@ibm.com>
and breakage introduced by commit 5980ef9 seen in kubernetes/ingress-nginx#6504 on s390x. Additionally implemented: - Table traversal changes for s390x introduced in commits c6f5ef6 and bb0f241. - CI (valgrind disabled for s390x because of unimplemented instruction). Signed-off-by: Artiom Vaskov <artiom.vaskov@ibm.com>
and breakage introduced by commit 5980ef9 seen in kubernetes/ingress-nginx#6504 on s390x. Additionally implemented: - Table traversal changes for s390x introduced in commits c6f5ef6 and bb0f241. - CI (valgrind disabled for s390x because of unimplemented instruction). Signed-off-by: Artiom Vaskov <artiom.vaskov@ibm.com>
NGINX Ingress controller version: v0.41.2
Kubernetes version (use
kubectl version
):Environment:
uname -a
):Linux host 5.8.0-26-generic #27-Ubuntu SMP Wed Oct 21 22:24:40 UTC 2020 s390x s390x s390x GNU/Linux
What happened:
Below error messages were observed in the pods logs:
What you expected to happen:
ingress-nginx-controller pod should be up and running
How to reproduce it:
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/baremetal/deploy.yaml
Anything else we need to know:
/kind bug
The text was updated successfully, but these errors were encountered: