File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
keps/sig-node/3063-dynamic-resource-allocation Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1038,7 +1038,8 @@ else changes in the system, like for example deleting objects.
1038
1038
* ** resource driver** adds finalizer to claim to prevent deletion -> allocation in progress
1039
1039
* ** resource driver** finishes allocation, sets ` claim.status.allocation ` -> claim ready for use by any pod
1040
1040
* if * pod is pending* :
1041
- * ** scheduler** filters nodes
1041
+ * ** scheduler** filters nodes based on built-in resources and the filter callback of plugins,
1042
+ which includes constraints imposed by already allocated resources
1042
1043
* if * delayed allocation and resource not allocated yet* :
1043
1044
* if * at least one node fits pod* :
1044
1045
* ** scheduler** creates or updates a ` PodScheduling ` object with ` podScheduling.spec.potentialNodes=<nodes that fit the pod> `
You can’t perform that action at this time.
0 commit comments