Martin.B

Results 144 comments of Martin.B

Sounds about right to me :1st_place_medal: That's awesome ! Can't wait for the PR :) p.s. We are not strict with PRs, any contribution is appreciated, and if things get...

1) Looks great! 2) Actually the server already supports it :) `TRAINS_CONFIG_DIR=/opt/trains/config:/opt/trains/secrets` Will first read configuration file from `/opt/trains/config` then merge `/opt/trains/secrets` to them. Meaning you can have base configuration...

Thanks @Shaked ! It all looks good to me :) btw: Why did you move the Volume mounts to the "values.yaml" ? convenience / design / readability? (I do not...

Makes sense. I'll make sure we test the PR as soon as we can :)

@bzamecnik Thanks! ❤️ the PR :) @SpontaneousDuck we are working on improving the Helm installation, but for the configuration files you have to provide a mount point. Do notice that...

Hi @iirekm Yes, setting up a `trains-server` on k8s is complex due to the multiple databases, requirements and the external ports that needs to be configured. I like the idea...

Thanks @Shaked , yes this does makes sense, and this is exactly what we would recommend setting up manually. Regrading timeouts, let me find out what we use internally, as...

Hi @Shaked , Regarding timeouts, our defaults are also 5min on all three connection types, and it seems stable on our setups... The 50x error codes, I think, are a...

Awesome! I'll make sure we see to it :)

Hi @norrishd The agent has no permissions to install the SSH server when running inside venv/conda. I'm not sure how we can support it without having root access for it....