Good question 🙂from clearml import Task Task.init('examples', 'test')
Thanks! And how can I validate it? that it properly connects?
Hi PleasantGiraffe85 , just to get some more info; what version of chart are you using? Did you enabled ingress?
or point to the self signed certificate:export REQUESTS_CA_BUNDLE=/path/to/your/certificate.pem
I did not use Chart nor Helm.
We just don't have enough credentials here to use those. I had to install everything manually, service by service.
Ingress is enabled - I can't control the ports in Ingress, so I had to use the subdomain method.
clearml.conf is the file thatÂ
clearml-init
 suppose to create, right?
Correct, specifically ~/clearml.conf
got the point, ty; in that case let other guys chime in too 🙂
PleasantGiraffe85 you can disable the SSL verification on the client end:
https://github.com/allegroai/clearml-agent/blob/21c4857795e6392a848b296ceb5480aca5f98e4b/docs/clearml.conf#L12
Basically you can just manually create the clearml.comf
with only the following:api { api_server:
web_server:
files_server:
`
credentials {"access_key": "EGRTCO8JMSIGI6S39GTP43NFWXDQOW", "secret_key": "x!XTov_G-#vspE*Y(h$Anm&DIc5Ou-F)jsl$PdOyj5wG1&E!Z8"}
# verify host ssl certificate, set to False only if you have a very good reason
verify_certificate: True
} `
The manual clearml.conf worked 🙂 thanks for this!!
clearml.conf is the file that clearml-init
suppose to create, right?
BTW: see if this works:$ CLEARML_API_HOST_VERIFY_CERT=0 clearml-init