chris-sanders opened a new issue, #8789: URL: https://github.com/apache/apisix/issues/8789
### Current Behavior Upgrading to 3.1.0-debian I'm getting the following error on startup from the apisix. I've tried to use podSecurityContext to allow NET_BIND_SERVICE, NET_ADMIN, and NET_RAW. I get Permission denied regardless. Rolling back to 3.0.0-debian solves this and service is restored. /usr/local/openresty//luajit/bin/luajit ./apisix/cli/apisix.lua init_etcd 2023/02/04 22:41:55 [warn] 1#1: low address bits of 127.0.0.1/24 are meaningless in /usr/local/apisix/conf/nginx.conf:285 nginx: [warn] low address bits of 127.0.0.1/24 are meaningless in /usr/local/apisix/conf/nginx.conf:285 2023/02/04 22:41:55 [emerg] 1#1: bind() to 0.0.0.0:53 failed (13: Permission denied) nginx: [emerg] bind() to 0.0.0.0:53 failed (13: Permission denied) ### Expected Behavior 3.1.0 can bind ports like 3.0.0 did ### Error Logs see above ### Steps to Reproduce 1. Install 3.1.0 2. Bind a port < 1024 ### Environment I'm using HelmChart 1.1.0 which triggers this with no modifications to versions. Whatever it includes is exactly what I'm running. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
