Skip to content

Commit

Permalink
Restore Sreeram's text for the KEP of the week, which was accidential…
Browse files Browse the repository at this point in the history
…ly deleted in a merge.

Signed-off-by: Josh Berkus <[email protected]>
  • Loading branch information
jberkus committed Oct 10, 2024
1 parent f265e1e commit e50a147
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions _posts/2024-10-06-update.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Week Ending October 06, 2024
date: 2024-10-06 22:00:00 -0000
date: 2024-10-09 23:30:00 -0000
slug: 2024-10-06-update
---

Expand All @@ -23,11 +23,13 @@ We're in the final week for [Enhancement Opt-In](https://groups.google.com/a/kub

Speaking of deadlines, patch release cherry picks for the October patches are due Friday.

## Featured PRs
## KEP of the Week

### [KEP-3973: Consider Terminating Pods in Deployments](https://github.com/kubernetes/enhancements/blob/master/keps/sig-apps/3973-consider-terminating-pods-deployment/README.md)

## KEP of the Week
This KEP updates how the Deployment controller behaves when reporting Pod count when Pods are in terminating state. Currently Deployments have inconsistent behaviour in how the terminating Pods are handled based on the rollout strategy. This KEP introduces a new `.spec.podReplacementPolicy` with which users can configure this behaviour. This is similar to the `spec.podReplacementPolicy` in the Job spec and allows users to define if the Deployment should wait for its Pods to terminate before creating new Pods or if it should create them immediately.

This KEP is tracked for alpha in the ongoing v1.32 release.

## Other Merges

Expand All @@ -49,7 +51,3 @@ Speaking of deadlines, patch release cherry picks for the October patches are du
## Version Updates

After increasing golang versions to [1.23.1](https://github.com/kubernetes/kubernetes/pull/127611) and [1.22.7](https://github.com/kubernetes/kubernetes/pull/127600), **revert** [back to 1.23.0](https://github.com/kubernetes/kubernetes/pull/127861) until the question of alternate architectures is resolved.

## Subprojects and Dependency Updates

*

0 comments on commit e50a147

Please sign in to comment.