Replies: 2 comments 15 replies
-
Hi @RuneRoven and welcome! |
Beta Was this translation helpful? Give feedback.
14 replies
-
I'm sorry, but I could not yet reproduce this error although I tried multiple times. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I was trying to install the platform in my kubernetes cluster running k3os..
I downloaded the repository and run the helm install. All pods starts up but in the UI node i get:
nginx: [warn] the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /etc/nginx/nginx.conf:17
2023/02/05 17:10:41 [emerg] 1#1: bind() to 0.0.0.0:80 failed (13: Permission denied)
nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied)
I have changed the pod port in the helm charts to 8030 but i still get the same error.. i would like to run on another port anyway since i have other pods in the cluster. No pod is using port 80 atm but probably i will use it in the future for other stuff..
Not sure on how to fix this without compose a new docker and pull since it looks like this is inside the ui compose..
Beta Was this translation helpful? Give feedback.
All reactions