Reputation
Badges 1
8 × Eureka!thank you, I'll check it out 🙇
CostlyOstrich36 so when I login on the web portal and click on a project, I can see the experiments I have done on this project. I would like to get the experiment detail, like status, tag... of those experiements
CostlyOstrich36 thank you, I can connect to the REST api now. I'm trying to get the experiment detail of a project, but I can't find something like that in the docs. Do you have some suggestion?
oh, I did test the agent. I also built a docker image from https://github.com/allegroai/clearml-agent/tree/master/docker/k8s-glue/glue-build-aws
and got it to connect to my server.
I'm just trying the official docker image to see if I can run it directly and get it to connect. So I can write deployment to my k8s cluster using that image without having to build my own image.
I don't really understand the glue thing. So I'm just doing it the way it is easier for me to understand
thank CostlyOstrich36 so should I point the clearml-agent to listen to "services" queue instead of "default" queue? Would it be able to process the pipeline steps?
If I understand correctly, the agent will spin additional pod to run the steps in the pipeline, right?
Also just another question: How do I set the git credential for the agent? In the values file https://github.com/allegroai/clearml-helm-charts/blob/main/charts/clearml-agent/values.yaml
look like I can set git user and pass, ...
ah I see, so the web portal use the same api to get the data
Hi CostlyOstrich36 yes, I'm running it on my EC2 instance.
I'm also running some cronjobs, so I'm not sure if I can still ssh and add cronjob if use enterprise version
CostlyOstrich36 thanks! do you happen to know the pricing for enterprise version? The professional version is already $1k/month. So look like it's expensive. Maybe I'll just add another instance to do different environment
SuccessfulKoala55 Thank you, I forgot that I can also install clearml agent with helm chart. But after I run helm install first-agent allegroai/clearml-agent
it doesn't ask me for any config. Does it know to connect the the clearml server in the same cluster? Do you know any tutorial I can look at for setting up clearml server and agent on k8s? Thank you
Hi SuccessfulKoala55 is there a doc that I can read to use the REST API? Thanks
CostlyOstrich36 Hi John, I'm trying to test if I can run the agent docker image to connect it to my clearml server. If I can run the image then I can config it to deploy to my k8s cluster.
Hi CostlyOstrich36 , the document mention ResourceMonitor class, but when I check the code at https://github.com/allegroai/clearml/blob/master/clearml/utilities/resource_monitor.py
I don't see gpu monitoring can be turned off from the class interface