Reputation
Badges 1
53 × Eureka!AgitatedDove14 maybe you can check also --version
that returns the help menu
Hi, not really sure if these is any problem with Github CDN but it looks fine to me right now: https://github.com/allegroai/clearml-helm-charts/issues/155
(and any queue has itโs only basepodtemplate)
About nodeSelector
you are right, one is for the agent pod while the other is used to spawn task pods
in Enterprise we support multiqueueing but itโs a different story
internal migrations are directly done by apiserver on startup
What Chart version are you trying to upgrade from?
these are steps for major upgrade to latest chart version
Hi,
how did you specified it in Helm override file?
Just one more info: atm I tested Elastic v7.10.* . I still didn't tested 7.11-7.12-7.13
but TaskTypes is under Task
Ok so we can exclude a timeout due to an ingress controller in the middle. It looks more something related connection management in Fileserver. @<1523701087100473344:profile|SuccessfulKoala55> Do we have a way to pass some envvar to file manager as extraenv to mitigate or fix this behavior?
an implementation of this kind is interesting for you or do you suggest to fork? I mean, I don't want to impact your time reviewing
ok so it' time to create a configmap with the entire file ๐
I can even specify a tag generated on the fly; superinteresting and I can satisfy my obsession for automation ๐
about helm chart, yes, I mean adding capability of managing a configmap qith config file. If it's interesting I can raise a PR otherwise I need to fork ๐
Did you added volumeMounts to right section? it should be under basePodTemplate
in override file.
Ofc itโs possible to add this to the chart but, as @<1523701205467926528:profile|AgitatedDove14> said, itโs not recommended to go directly over public internet with it. Regardless of this, @<1556812486840160256:profile|SuccessfulRaven86> do you have any PR to propose for it? It would be great to have something to discuss on in GH.
btw as general rule, itโs always safer to take a data backup before a chart upgrade regardless of version level
You canโt write on readonly replica is about MongoDB. I guess you are using a multiple replica setup. In this case the mongodb dependency chart have a lot of parameters to tweak the system and maybe also an arbiter is good for you. But this is a huge topic regarding mongodb specific k8s setups.
Hi BeefyHippopotamus73 , on EKS itโs preferrable to use ALB but you can also work with your nginx. You need DNS records with hostnames you setup pointing to that External IP. If you just need to test, you can simply add entries in you client machine /etc/hosts
file (if you are on *nix)
clearml-agent is a pretty new chart so I expect some issues. Can you pls open an issue on Github for each problem you found?
can you pls check the content of file /root/clearml.conf
inside agent pod. I would like to understand how config file looks, ty.
Hi Ofir, ty for feedback
about clearml-agent, just set resources in basepodtemplate (cpu gpu ram) so you will have a specific definition
you will probably need a metrics-server on your k8s
In my case I have a similar need; I wrote a never-ending Task similar to this one used for cleanup: https://github.com/allegroai/clearml/blob/master/examples/services/cleanup/cleanup_service.py