Unanswered
Hey All, I'M Running A Self Hosted K8S Cluster With Clearml Server Installed Using Helm Chart Clearml-7.2.0, And Saving My Artifacts In Self Hosted S3 Bucket. I'M Able To Upload My Artifacts Just Fine, But I Want To Be Able To Delete Those Artifacts When
hey, I can confirm that I have a file in the correct location according to this doc
root@clearml-apiserver-5cb4495f9f-2p7wg:/opt/clearml# cat /opt/clearml/config/services.conf
storage_credentials {
aws {
s3 {
use_credentials_chain: false
credentials: [
{
host: "machine-learningbla.com:443"
bucket: "machine-learning-bucket"
key: "UdifdasfBS"
secret: "---6HAE----O"
region: "on-prem"
secure: true
multipart: false
},
]
}
}
}
Not sure how to see if it's loading from that file, I don't see the CLEARML_CONFIG_DIR
env variable in my pod. I see this when the apiserver initializes
[2024-03-18 13:50:27,317] [18] [INFO] [clearml.service_repo] Loading services from /opt/clearml/apiserver/services
[2024-03-18 13:50:50,395] [18] [INFO] [clearml.service_repo] Returned 200 for debug.ping in 0ms
...
Inside directory /opt/clearml/apiserver/services
I have this
root@clearml-apiserver-5cb4495f9f-276wp:/opt/clearml# ls apiserver/services
__init__.py __pycache__ auth.py debug.py events.py login models.py organization.py pipelines.py projects.py queues.py reports.py server tasks.py users.py utils.py workers.py
95 Views
0
Answers
8 months ago
8 months ago