
Reputation
Badges 1
12 × Eureka!@<1523701087100473344:profile|SuccessfulKoala55> , from the init-containers i could see that it is waiting for mongodb to start.
@<1523701087100473344:profile|SuccessfulKoala55> , using this
allegroai
It's been stuck in initialization for a long time.
Yeah GPU utilization was 100% . I cleaned it up using nvidia-smi
and killing the process. But i was expecting the clean up to happen automatically since the process failed.
no , it didn't kill the process.
sure Thanks SuccessfulKoala55 Not sure if is a one off event. I will try to reproduce it.
Thanks CostlyOstrich36
Got this working after using the preprocess step similar to the sklearn example to convert the input explicitly to list.
Thanks @<1567321739677929472:profile|StoutGorilla30> and @<1523701070390366208:profile|CostlyOstrich36> my question was from the perspective of agent. I am guessing agent.binary
is what i would have to set.
None
hmm, i was speaking from a production point of view, i thought there will be some hooks for deploying where the integration with k8s was also taken care automatically.
AFAIK, i have to create a deployment of this container and add an ingress on top of it. In the architecture diagram in github, this seems to be something that is already baked in , which is what caused confusion. Curious to know your thoughts on this.
@<1523701087100473344:profile|SuccessfulKoala55> , trying to use external mongo. In the values.yaml
I see these two fields
mongodbConnectionStringAuth: ""
mongodbConnectionStringBackend: ""
can you please help with what should go in these ?