-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
arm64: unprotected error in call to Lua API (bad light userdata pointer) #2802
Comments
|
/kind bug ping @ElvinEfendi |
lua-nginx-module currently does not support ARM64, there's a pending PR: openresty/lua-nginx-module#1379. We will update as soon as it gets merged and released. |
@brezerk please use |
Closing. Please update to 0.21.0. Includes openresty/lua-nginx-module#1379. |
Thanks a lot. Looks good. |
Is this a BUG REPORT:
NGINX Ingress controller version: quay.io/kubernetes-ingress-controller/nginx-ingress-controller-arm64:0.17.1
Kubernetes version (use
kubectl version
): v1.10.5Environment:
uname -a
): Linux cerberus02 4.17.2-gentoo Add presubmit checks #4 SMP Sat Jun 23 01:04:06 EEST 2018 aarch64 GNU/LinuxWhat 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 arm64 architecture
Anything else we need to know:
Looks like the infamous light userdata issue LuaJIT/LuaJIT#230 https://groups.google.com/forum/#!topic/openresty-en/Gp0NGN9lMXk etc. is affecting ingress-nginx on arm64 platform.
Same issue was observer on some other projects like: neovim/neovim#7879
The text was updated successfully, but these errors were encountered: