-
Notifications
You must be signed in to change notification settings - Fork 22
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
listening on 443(tcp) permission denied on AKS #52
Comments
I am not 100% sure, but does it work, if you use |
Hi, I tried using NET_BIND_SERVICE but unfortunately, I'm still encountering the same problem. I came across an article that mentioned AKS doesn't support binding to privileged ports for non-root users. It seems I need to build the Docker image with a root user instead of using the eturnal user. Could you please guide me on the necessary changes to make in order to run the image as a root user? |
Here are the build instructions. In the Dockerfile comment this line. This will run the container by default as root. Afterwards, build the image and push it to your container image registry. Probably in that case your deployment needs adjustments in this way as well.
|
Before building, you may try this as well:
|
Hello, Great news! Adding the net.ipv4.ip_unprivileged_port_start did the trick, allowing the turnserver to function without needing root privileges. The process was straightforward to set up on both VM and AKS platforms. And most importantly, everything is working perfectly. |
Glad it works now. Thanks for the feedback. We will include this into the documentation as well. |
Hello there,
I'm currently working with an eturnal server on AKS. However, I've encountered an error and I'm seeking assistance to figure out what might be the issue.
I've provided my deployment, configmap, and service files below.
Could you kindly help me understand what might be causing this problem?
I have following error and my pod doesn't start
The text was updated successfully, but these errors were encountered: