Skip to content
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

clearml-webserver crashes when IPv6 is disabled on a k8s node #220

Open
stephanbertl opened this issue Nov 13, 2023 · 1 comment
Open

clearml-webserver crashes when IPv6 is disabled on a k8s node #220

stephanbertl opened this issue Nov 13, 2023 · 1 comment

Comments

@stephanbertl
Copy link

We have Ubuntu 22.04 k8s nodes with ipv6 disabled in the kernel options.

clearml cannot start on these nodes. Pods are crashing:

kubectl logs clearml-webserver-75bbc647d-zkdlf -n clearml
Defaulted container "clearml-webserver" out of: clearml-webserver, init-webserver (init)
2023/11/13 16:47:03 [emerg] 50#50: socket() [::]:80 failed (97: Address family not supported by protocol)
nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)

We are using chart version 7.4.0

@amishurov
Copy link

found this pr https://github.com/allegroai/clearml-server/pull/165/files

    environment:
      DISABLE_NGINX_IPV6: "true"

works for docker-compose. So setting this variable should work for kubernetes too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants