Closed mbobrovskyi closed 4 days ago
Name | Link |
---|---|
Latest commit | 3e7c14a641ee745d683cb859187914fd2631e621 |
Latest deploy log | https://app.netlify.com/sites/kubernetes-sigs-kueue/deploys/673f1bf4cc13ac0008ff8ab4 |
/hold until we figure out a strategy for smooth upgrade
Overall LGTM, please improve clarity of the release note
/release-note-edit
The InactiveWorkload reason for the Evicted condition is renamed to Deactivated.
Also, the reasons for more detailed situations are renamed:
- InactiveWorkloadAdmissionCheck -> DeactivatedDueToAdmissionCheck
- InactiveWorkloadRequeuingLimitExceeded -> DeactivatedDueToRequeuingLimitExceeded
ACTION REQUIRED: If you were watching for the "InactiveWorkload" reason in the "Evicted" condition, you need
to start watching for the "Deactivated" reason.
/lgtm /approve
LGTM label has been added.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: mbobrovskyi, mimowo
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/hold cancel The new version supports smooth upgrade, where the deactivated workloads remain deactivated.
What type of PR is this?
/kind feature
What this PR does / why we need it:
Rename Workload Evicted condition reason InactiveWorkload to Deactivated.
Which issue(s) this PR fixes:
Fixes #3530
Special notes for your reviewer:
Does this PR introduce a user-facing change?