Lukas
Lukas
Hi @elibixby - thanks for your interest. As @tiborsimko said we're in the process of working with some folks in Google to deploy REANA @ GCP and it'd be great...
While I think there are legitimate concerns with helm, it is I *very* broadly deployed compared to kustomize. I would vote for preparing a helm chart. On Tue, Oct 22,...
I think there is some limited volume support, where it uses sshfs to proxy the state, I haven't tried this though: https://www.telepresence.io/howto/volumes also there is Draft from Azure https://github.com/Azure/draft
I think for me the priority would be that in the REANA codebase, these things are separated already at the code level, such that the code factors the concerns appropriately....
Hi @jirikuncar, the individual jobs of a workflow are already one pod each. Currently only with a single ctr, but it's just a matter of exposing init containers. The jobs...
yes in the case of a shared filesystem there is one CephFS volume that needs to be shared between the ``` +-----[ engine ] | +---+ | V |----[ job1...
just as a consideration in pyhf we have a few interpolators, but often they are initialized with multiple hisotgrams e.g. ``` f = Interp(hdown,hnom,hup) x = f(2.3) ``` where `f(1.0)==hup`,...
yeah usually we're interested in interpolating between histograms so that you have a parametrised family of histograms, such that for each parameter value you get a full histogram.. for most...
maybe alsos related to #198
@alexander-held is also working on standardized stat visualizations so maybe we can coordinate