Donal McBreen
Donal McBreen
We could add these binaries, but there's more to it than that. The docker container that runs Kamal doesn't have any password manager configuration in it, so for example with...
I've updated the docs with a page on the limitations of running Docker in Kamal - https://kamal-deploy.org/docs/installation/dockerized/
Closing this as it is a limitation of running Kamal via Docker rather than a bug.
@jyc - you could try installing [rbspy](https://rbspy.github.io/) and extracting a stacktrace from the stuck process with `sudo rbspy snapshot --pid $PID`?
Thanks for this PR, @kpumuk! There's two different types of configuration here - app level deploy time configuration for the proxy (i.e. everything under the `proxy` key in `deploy.yml`) and...
There's a `kamal proxy boot_config` command for the global config. It stores it on each server we are deploying to, since as you say it may be shared across multiple...
Closing this for now as I can't reproduce it. Do re-open if you have more information 👍
The extraction method is like it is for two reasons: 1. For some providers fetching secrets can be slow, so we need a way to fetch them all in one...
> then I would need to create a network called “kamal” with host access, which is far from ideal. i dont want all containers with host access, nor have to...
Closed by https://github.com/basecamp/kamal/pull/1551