You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really want to enable the zstd module to my nginx_ingress_controller. that I downloaded and installed from kubernetes/nginx_ingress. I doubt what step I took and the results failed me.
what I did:
download your dynamic script in one group directory, and put all the files together in dir /my directory/ingress nginx/zstd-nginx-module/
config
ngx_http_zstd_static_module.c
I edited my daemonset/deployment file and add extra line to load the file. - --add-module=/my directory/ingress nginx/zstd-nginx-module/
I log in to my ingress kubectl exec -it ingress-nginx-controller-name -n namespace -- sh -ls
after login inside one of the nginx-controller , I could check the Nginx modules, and it is located inside the container
I really want to enable the zstd module to my nginx_ingress_controller. that I downloaded and installed from kubernetes/nginx_ingress. I doubt what step I took and the results failed me.
what I did:
download your dynamic script in one group directory, and put all the files together in dir
/my directory/ingress nginx/zstd-nginx-module/
config
ngx_http_zstd_static_module.c
I edited my daemonset/deployment file and add extra line to load the file.
- --add-module=/my directory/ingress nginx/zstd-nginx-module/
I log in to my ingress
kubectl exec -it ingress-nginx-controller-name -n namespace -- sh -ls
after login inside one of the nginx-controller , I could check the Nginx modules, and it is located inside the container
I did not find the zstd module and all the extension file is .so
allow-snippet-annotations: "true"
i tried this , it is acceptable
zstd: "on"
zstd_comp_level: "3"
zstd_min_length: "256"
but this code is not working
zstd on;
zstd_comp_level 3;
The text was updated successfully, but these errors were encountered: