-
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
extraModule #10944
Comments
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. |
NGINX Ingress controller |
version helm 4.9.0 |
/remove-kind bug
|
/triage needs information |
@longwuyuan: The label(s) 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. |
/triage needs-information |
you need to install on your image libgd, as the error is stating: Make sure your internally built image also adds libgd packages /close |
@rikatz: 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. |
Error:(
combined from similar events): Error reloading NGINX: ------------------------------------------------------------------------------- Error: exit status 1 2024/01/30 14:16:53 [emerg] 40#40: dlopen() "/modules_mount/etc/nginx/modules/imagefilter/ngx_http_image_filter_module.so" failed (Error loading shared library libgd.so.3: No such file or directory (needed by /modules_mount/etc/nginx/modules/imagefilter/ngx_http_image_filter_module.so)) in /tmp/nginx/nginx-cfg2884544386:15 nginx: [emerg] dlopen() "/modules_mount/etc/nginx/modules/imagefilter/ngx_http_image_filter_module.so" failed (Error loading shared library libgd.so.3: No such file or directory (needed by /modules_mount/etc/nginx/modules/imagefilter/ngx_http_image_filter_module.so)) in /tmp/nginx/nginx-cfg2884544386:15 nginx: configuration file /tmp/nginx/nginx-cfg2884544386 test failed -------------------------------------------------------------------------------
but i have this file in path!What happened:
I try install module ngx_http_image_filter_module using extra modules
What you expected to happen:
POD_NAMESPACE=ingress-nginx
NGINX Ingress controller
Release: v1.9.5
Build: f503c4b
Repository: https://github.com/kubernetes/ingress-nginx
nginx version: nginx/1.21.6
I using helm 4.9.0 version
The text was updated successfully, but these errors were encountered: