Stay up-to-date on Kubernetes development in 15 minutes a week.
The second New Contributor Orientations will take place on October 15th. Please recommend them to the aspiring new contributor in your life.
Due to dependency changes in Debian LTS images, SIG-Release is proposing to stop building artifacts for some architectures. Discussions continue in SIG-Release.
Aldo Culquicondor has stepped down from WG Batch chair, and has nominated Kevin Hannon to take his place.
The NA Contributor Summit schedule is live. Remember to register, and if you’re going consider volunteering to help run the Summit.
Next Deadline: Enhancements Freeze, October 10
We’re in the final week for Enhancement Opt-In. Please check your features on the project board and make sure their status is correct; if not, get in touch with your SIG lead ASAP.
Speaking of deadlines, patch release cherry picks for the October patches are due Friday.
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.
NestedNumberAsFloat64
method converts int64
values to float64
when accessing numbers in unstructured objectskubectl apply --server-side
now supports --subresource
TestCoreResourceEnqueue
, verify whether Pods are requeued to the activeQ
after specific cluster events are triggeredTestPersistentVolumeProvisionMultiPVCs
TestGenerateLinuxContainerResources
, VolumeGroupSnapshotQueueingHint
in the VolumeBinding plugin’s CSIDriver eventsystem-reserved-compressible
and kube-reserved-compressible
to set only compressible (e.g. CPU) type resources on system and kube reserved slice respectivelyAfter increasing golang versions to 1.23.1 and 1.22.7, revert back to 1.23.0 until the question of alternate architectures is resolved.
Last Week In Kubernetes Development (LWKD) is a product of multiple contributors participating in Kubernetes SIG Contributor Experience. All original content is licensed Creative Commons Share-Alike, although linked content and images may be differently licensed. LWKD does collect some information on readers, see our privacy notice for details.
You may contribute to LWKD by submitting pull requests or issues on the LWKD github repo.