Skip to content

Commit 17d07b0

Browse files
bwsalmonmacsko
andauthored
Typeo fix.
Co-authored-by: Maciej Skoczeń <87243939+macsko@users.noreply.github.com>
1 parent d24706a commit 17d07b0

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-scheduling/5598-opportunistic-batching

1 file changed

+1
-1
lines changed

keps/sig-scheduling/5598-opportunistic-batching/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Internally the mechanism will use an **update** operation which we will also des
220220

221221
#### Create
222222

223-
The create operation will use the sorted output from the scheduling of a "canonical" pod. After copying the feasible node list from the results, it will attempt to update the results using the update operation, which we describe next. If the results can't be updated, we will just drop the information without resusing it. If we can update the results, we will keep the batch information ready for use to nominate node names for subsequent pods.
223+
The create operation will use the sorted output from the scheduling of a "canonical" pod. After copying the feasible node list from the results, it will attempt to update the results using the update operation, which we describe next. If the results can't be updated, we will just drop the information without reusing it. If we can update the results, we will keep the batch information ready for use to nominate node names for subsequent pods.
224224

225225
#### Update
226226

0 commit comments

Comments
 (0)