Conversation
Codecov Report
@@ Coverage Diff @@
## master #361 +/- ##
=======================================
Coverage 25.00% 25.00%
=======================================
Files 6 6
Lines 536 536
=======================================
Hits 134 134
Misses 373 373
Partials 29 29 Continue to review full report at Codecov.
|
|
I'm ok with this, but something to keep in mind is the job request and limits are currently configurable without making the change to Eunomia directly. I believe there was talk of possibly making the requests/limits available in the CRD whenever we re-visit the definition, but the v1alpha2 discussion has been on hold at this point. |
|
Yeap. In v1alpha2 we want to actually move the resource setting into the CR, to be more flexible. Changing the template is a cluster-wide thing.. |
Description
Complex helm charts take forever to process. This change allows the pod to take up to 1 CPU (limit), but leaves the request at 200m.
Type of change
Checklist