You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/06/21 10:10:30 UTC

[GitHub] [incubator-devlake] matrixji opened a new issue, #2290: [Bug][deployment] bind 80 failed for config-ui container with containerd

matrixji opened a new issue, #2290:
URL: https://github.com/apache/incubator-devlake/issues/2290

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   Deploy with the master branch (using helm), Kubernetes 1.24 using contained, and seems contained does not support bind with 80/443 by default settings, so prefer to use 4000 port for config-ui container.
   
   ref: https://github.com/containerd/containerd/issues/2516
   
   Error for config-ui container:
   ```plain
   [root@nuc ~]# kubectl logs  devlake0-ui-67ccb4cf4b-6wwk7
   2022/06/21 17:46:06 [emerg] 12#12: bind() to 0.0.0.0:80 failed (13: Permission denied)
   nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied)
   [root@nuc ~]#
   ```
   
   ### What you expected to happen
   
   Hope nginx could run with non-root user in any container environment.
   
   ### How to reproduce
   
   helm install or kubectl apply yaml under Kubernetes with contained, and check the config-ui's pod's log.
   
   ### Anything else
   
   N/A
   
   ### Version
   
   main
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] klesh closed issue #2290: [Bug][deployment] bind 80 failed for config-ui container with containerd

Posted by GitBox <gi...@apache.org>.
klesh closed issue #2290: [Bug][deployment] bind 80 failed for config-ui container with containerd
URL: https://github.com/apache/incubator-devlake/issues/2290


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] klesh commented on issue #2290: [Bug][deployment] bind 80 failed for config-ui container with containerd

Posted by GitBox <gi...@apache.org>.
klesh commented on issue #2290:
URL: https://github.com/apache/incubator-devlake/issues/2290#issuecomment-1171814894

   Fixed by #2375, will be released v0.12.


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] Startrekzky commented on issue #2290: [Bug][deployment] bind 80 failed for config-ui container with containerd

Posted by GitBox <gi...@apache.org>.
Startrekzky commented on issue #2290:
URL: https://github.com/apache/incubator-devlake/issues/2290#issuecomment-1171142448

   Thanks for reporting the issue. I'm looking forward to your PR.


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org