[crac] RFR: Environment vars propagation into restored process

Jan Kratochvil jkratochvil at azul.com
Tue Oct 4 13:48:44 UTC 2022


On Tue, 04 Oct 2022 15:03:36 +0200, Dan Heidinga wrote:
> When deploying a container to K8, it's pretty common to configure the
> application using env vars - things like connection ports, host names, etc
> get injected into the container.  If a checkpoint is taken in the CI
> environment, we don't want to bind in those env vars as it's too early to
> know what the values will be for a particular deployment.  If the restores
> happen when the image is deployed, we need a way to inject the final
> configuration data (the env vars) into the restored image.

OK, that makes sense, thanks.


Jan


More information about the crac-dev mailing list