dlr-eoc / prosEO

prosEO – A Processing System for Earth Observation Data
GNU General Public License v3.0
14 stars 1 forks source link

Docker run parameters or Kubernetes parameters for processor/configuration/job step #88

Open tangobravo62 opened 4 years ago

tangobravo62 commented 4 years ago

Currently only the Docker run parameters cpus and memory (from Configuration) are converted into parameters for a JobStep/Kubernetes job. Any other parameters in either Processor or Configuration are silently ignored.

As for the cpus parameter: This information shall be taken as the sum over ...getConfiguredProcessor().getProcessor().getTasks() of Task::getNumberOfCpus() (which may be null).

To be discussed whether: