Open kleinschmidt opened 2 years ago
Definitely should be added. Should be pretty straight forward to add. We'll just need to pass params [:env]
into worker_pod_spec
and then update worker_pod_spec
to add the environmental variables into the pod specification.
addprocs(machines, ...)
documentation describes a keyword argumentenv
, which accepts an iterable of pairs and set the environment variables on the remote machine(s) appropriately. this is possible to do manually withconfigure
but it might be a nice convenience to support the abbreviation as well.