nginx.conf appears to be a copy of clearml.conf.template and i’m trying to figure out what we can do to modify that prior to deployment.
it was still an issue with what i deployed. 1.0.2 i think is the version
Hmm SuccessfulKoala55 any chance the nginx http was pushed to v1.1 on the latest cloud helm chart?
was it ever discovered if this was pushed to the latest cloud helm chart?
Hmm I think the easiest is using the helm chart:
https://github.com/allegroai/clearml-server-helm-cloud-ready
I know there is work on a teraform template, not sure about instio.
Is helm okay for you ?
i have it deployed successfully with istio.
Nice!
the only thing we had to do to get it to work was to modify the nginx.conf in the webserver pod to allow http 1.1
I was under the impression we fixed that, let me check
BurlySeagull48 this will be included in the next ClearML Server release - it's actually not k8s-related, but a general setting.
Hi BurlySeagull48 , we will update it there soon, I will update
i have it deployed successfully with istio. the only thing we had to do to get it to work was to modify the nginx.conf in the webserver pod to allow http 1.1
AgitatedDove14 were you able to verify there was a fix released for the http 1.1 issue?
yeah we are planning on using helm. i just didn’t know if anyone had created charts for clearml with istio built into it. i’m working on creating a custom config with istio
i’m working on creating a custom config with istio
That is awesome! let me know if we could help 🙂
Also please consider PRing it, I'm sure other users will appreciate the option
Hi BurlySeagull48
you mean for the clearml-server ?
i guess i mean for anything using nodeport
right… it’s nginx that needs to be set. glad to hear it’s going to be updated though.