-
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
quay.io/kubernetes-ingress-controller/nginx-ingress-controller-s390x:0.12.0 image not working on s390x #2295
Comments
|
Closing. Fixed in #2298 |
I have changed flags.go file as per fix and built nginx-ingress-controller with make ARCH=s390x build container and created docker image. Edit with-rbac.yaml with new docker image, but still I am facing same issue "init_by_lua error: /usr/local/lib/lua/resty/core/uri.lua:4: module 'ffi' not found:" |
@aledbf even after apply your patch, we still have the same issue, can you help check? I think that we still need this open. |
Is this a request for help? (If yes, you should use our troubleshooting guide and community support channels, see https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/.):
What keywords did you search in NGINX Ingress controller issues before filing this one? (If you have found any duplicates, you should instead reply there.):
Is this a BUG REPORT or FEATURE REQUEST? (choose one):BUG
NGINX Ingress controller version: 0.12.0
Kubernetes version (use
kubectl version
): 1.9.6Environment:
uname -a
): s390xWhat happened:
I am trying to deploy nginx-ingress-controller, but nginx-ingress-controller POD is not getting up.
default-http-backend POD is running.
Using gcr.io/google-containers/defaultbackend-s390x:1.4 image in default-backend.yaml
and for nginx-ingress-controller I am using quay.io/kubernetes-ingress-controller/nginx-ingress-controller-s390x:0.12.0 in with-rbac.yaml.
I also tried to build local docker image for nginx-ingress-controller and nginx, but still I am not able to start nginx-ingress-controller POD.
What you expected to happen:
Using this quay.io/kubernetes-ingress-controller/nginx-ingress-controller-s390x:0.12.0 image POD should get up on s390x.
Anything else we need to know:
Please check error log in comment section.
The text was updated successfully, but these errors were encountered: