Unanswered
Hey, Can Someone Help Me Setup The Configuration To Use Minio?
I Have Been Trying To Solve This Puzzle For A Few Hours Now.
I Have Minio In My K8S On Prem, With Https (Valid Cert) On
Hey, can someone help me setup the configuration to use minio?
I have been trying to solve this puzzle for a few hours now.
I have minio in my k8s on prem, with https (valid cert) on None , and I created a key and secret key.
Trying to pass it to the clearml agent with clearml.conf:
sdk {
aws {
s3 {
credentials: [
{
host: "minio-api.bialek.dev:443"
key: "mykey"
secret: "mysecret"
multipart: false
secure: true
verify: false
},
]
}
}
}
And running:
clearml-data create --project "cars-testing-project" --name "random-cars-pictures" --storage " None " && clearml-data close
give me:
Error: Could not get access credentials for '
' , check configuration file ~/clearml.conf
I have follow the documentation, and been trying several configurations..
ref:
None
378 Views
0
Answers
2 months ago
2 months ago
Tags