-
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 controller crash on boot - arm arch #2547
Comments
@sazo , looks like the image is missing lua-cjson as required by lua-resty-waf This needs to be fixed in the arm build script, for now you can hop into your container and run:
or pull my image which handles this dependency:
|
@toolboc Thanks! Looking forward to see the PR merged :) |
This was referenced Jun 2, 2018
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a BUG REPORT :
NGINX Ingress controller version: kubernetes-ingress-controller/nginx-ingress-controller-arm:0.13.0
Kubernetes version (use
kubectl version
): 1.9.7Environment:
What happened:
What you expected to happen:
The ingress controller starts
How to reproduce it (as minimally and precisely as possible):
Boot the ingress controller on arm architecture
Anything else we need to know:
Same error comes when trying 0.15, 0.14. 0.13, 0.12
The text was updated successfully, but these errors were encountered: