bcgov / nr-fom

Forestry Operations Map
Apache License 2.0
0 stars 1 forks source link

OpenShift Template Warnings #565

Closed DerekRoberts closed 8 months ago

DerekRoberts commented 8 months ago

This one is kicked up from API cronjobs, but seems to be happening any time a template is completed in this repository.

Warning: spec.jobTemplate.spec.template.spec.containers[0].resources.requests[memory]: fractional byte value "161061273600m" is invalid, must be an integer

Update ---

OpenShift has trouble with how memory allocations are represented. So 0.150Gi causes problems, but 150Mi is fine.

Resolved in https://github.com/bcgov/nr-fom/pull/566.