Skip to content

Commit

Permalink
wordsmithing
Browse files Browse the repository at this point in the history
  • Loading branch information
sreeram-venkitesh committed Oct 17, 2024
1 parent 105da70 commit bfbd38c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-10-13-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ SIG-Release is [planning to phase out artifacts for some architectures](https://

**Next Deadline: Docs placeholder PRs deadline, October 24**

The enhancements freeze was last week and we have a total of 60 KEPs tracked for v1.32. 9 enhancements did not making the cut for the enhancements freeze and 9 were deferred. Coming up next is the deadline for getting your docs placeholder PRs open, on 24th of October. If your KEP is tracked for v1.32 and if you have updates to the docs, don't forget to open your PRs in time!
The enhancements freeze was last week and we have a total of 60 KEPs tracked for v1.32. 9 enhancements did not make the cut for the enhancements freeze and 9 were deferred. Coming up next is the deadline for getting your docs placeholder PRs open, on 24th of October. If your KEP is tracked for v1.32 and if you have updates to the docs, don't forget to open your PRs in time!

The patch releases planned for October [have been moved](https://groups.google.com/a/kubernetes.io/g/dev/c/ycnFVQwOlz8) to Tuesday, October 22, 2024.

## Featured PRs

### [#127878 [scheduler] calculate pod requests resources with sidecar containers](https://github.com/kubernetes/kubernetes/pull/127878)

This PR updates the scheduler scoring process to consider the resource requests of existing sidecar containers when scheduling Pods. As per the [sidecar containers KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/753-sidecar-containers/README.md#resources-calculation-for-scheduling-and-pod-admission), resources calculations for scheduling pods with sidecars is supposed to be: `Max(Max( each InitContainerUse ), Sum(Sidecar Containers) + Sum(Containers))`, but existing scheduler logic was using `Max(RegularContainers, InitContainers)` to calculate resources instead.
This PR updates the scheduler scoring process to consider the resource requests of existing sidecar containers when scheduling Pods. As per the [sidecar containers KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/753-sidecar-containers/README.md#resources-calculation-for-scheduling-and-pod-admission), resources calculations for scheduling pods with sidecars is supposed to be: `Max(Max( each InitContainerUse ), Sum(Sidecar Containers) + Sum(Containers))`, but existing scheduler logic was using `Max(RegularContainers, InitContainers)` to calculate resources instead. This PR updates this logic.

## KEP of the Week

Expand Down

0 comments on commit bfbd38c

Please sign in to comment.