Open mbobrovskyi opened 3 days ago
Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: mbobrovskyi Once this PR has been reviewed and has the lgtm label, please assign mimowo for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
/test all
Name | Link |
---|---|
Latest commit | 3c8e77f5f0aa806a968c79dd933cf97fb5c8b14e |
Latest deploy log | https://app.netlify.com/sites/kubernetes-sigs-kueue/deploys/67444c77e83ec70008a24c53 |
@mbobrovskyi please split this PR into two: for delete and update. I think for delete we are almost good to go, for update I need to rethink if we need this complication. And I'm not sure about race conditions for the workload usage, so maybe we just block updating.
Then, we could cherry-pick probably handling of delete.
As for updates I think it is better to block updates for now to reflect the status quo that updates are not supported. Then, we could support updates and relax validation when we are confident about the solution.
So I propose:
spec.levels
field to allow validation when we are confident the solution works (would be a new feature)/test all
/retest
Due to #3626
What type of PR is this?
/kind bug
What this PR does / why we need it:
Fixed bug that doesn't allow to update cache on delete Topology.
Which issue(s) this PR fixes:
Fixes #3614
Special notes for your reviewer:
Does this PR introduce a user-facing change?