
Reputation
Badges 1
43 × Eureka!SuccessfulKoala55 20 minutes at least
since I am using the demo server, I should make sure that in the configuration file the images will be uploaded to the appropriate server, right? Can you please point me to the proper line in the config file?
have some kind of an add-on not as a widget but in an external system (this is not the preffered way of course)
I implemented the first version and it seems to work.
But I can't do this from the web ui, can I?
I will only cancel daemons which are idle.
sure, we can deal with the drivers
AgitatedDove14 I need to finish working now, will be back in the evening and have a look.
AgitatedDove14 Is there a way to say to a worker that it should not take new tasks? If there is such a feature then one could avoid the race condition.
yes, happy to help! In fact I am also interested in the k8s glue, since in one of our use cases we are using jobs and not pods (to allow for spot instances in the cloud), but I need to dig digger into the architecture to understand what we need exactly from k8s glue.
AgitatedDove14 going back to the slurm subject, I have local trains installed on the cluster with slurm so I am ready to test. At the same time I was thinking whether a simple solution would do the job:
a) [scale up agents] monitor the trains queue, if there is something that was not started for some amount of time, and the number of agents is not yet at the maximum, then add an agent,
b) [scale down agents] if all the tasks are running and there are idle agents, kill an idle agent.
Or do yo...
that was quick, thanks!