Unanswered
Hil All,
Is There An Code Sample, How To Use Clearml In Local Deployed K3D Cluster, Using The Helm Charts In Combination With Minio? As Stated In
ManiacalSeaturtle63 yep... that updates indeed the clearml.config in the remote agent pod in the cluster 😃
clearmlConfig: |-
sdk {
aws {
s3 {
# default, used for any bucket not specified below
key: ""
secret: ""
region: ""
bucket: "clearml"
credentials: [
{
# This will apply to all buckets in this host (unless key/value is specifically provided for a given bucket)
host: "minio.minio.svc.cluster.local:9000" #your minio instance address
key: "admin" #your minio instance access key
secret: "password" #your minio instance access secret
multipart: false
secure: false
}
]
}
}
}
158 Views
0
Answers
one year ago
one year ago