Enable the support of NodeSelectors and tolerations on Jobs - #1479
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: houshengbo The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1479 +/- ##
==========================================
- Coverage 79.32% 79.23% -0.09%
==========================================
Files 40 40
Lines 1775 1782 +7
==========================================
+ Hits 1408 1412 +4
- Misses 267 269 +2
- Partials 100 101 +1
☔ View full report in Codecov by Sentry. |
| } | ||
| } | ||
| if u.GetKind() == "Job" && u.GetGenerateName() == override.Name { | ||
| ss := &batchv1.Job{} |
There was a problem hiding this comment.
| ss := &batchv1.Job{} | |
| job := &batchv1.Job{} |
nit: ss is used for StatefulSet above but here is job.
a4d57f8 to
22a3bc5
Compare
22a3bc5 to
9f4b20a
Compare
|
/lgtm |
|
/test serving-upgrade-tests |
Fixes: #1480