generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 481
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
What would you like to be added:
To enable graduation of the WorkloadRequestUseMergePatch to Beta we need ensure the Workload conditions are not lost due to patches sent by scheduler:
Introduced in the #6765
One idea is to use "strict=true" mode, but for that we need to:
- investigate the performance impact, analyze the results from the perf tests
- introduce some retry strategy so that the scheduler could Get the new workload (from informer cache) before patching. See related: Introduce Retry mechanism to PATCH client #6992
Why is this needed:
Overriding conditions set on workload by other controllers is very tricky.
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.