LWKD logo

Last Week in Kubernetes Development

Stay up-to-date on Kubernetes development in 15 minutes a week.

Subscribe
Mastodon
Twitter
RSS

View LWKD on GitHub

Week Ending September 29, 2024

Developer News

The Steering Committee election has concluded, and Sascha Grunert and Antonio Ojea are joining the Committee. Benjamin Elder is continuing for another term. Please congratulate them, and thank outgoing members Nabarun Pal and Bob Killen for their service.

SIG-Storage plans to move VolumeGroupSnapshot to Beta in 1.32. If you are a CSI driver author who has implemented VGS, please reply to Xing Yang.

For US Deaf Awareness Month, read this interview with some Deaf/Hard of Hearing contributors

Release Schedule

Next Deadline: Production Readiness, October 3

PRR questionnaires are due this week. Make sure you have one for your enhancement.

KEP of the Week

KEP-4815: DRA: Add support for partitionable devices

One of the original use cases of DRA was to dynamically create and allocate partitions of a full GPU device on demand. As DRA evolved into “structured parameters” this ability to dynamically partition devices has been lost. This KEP introduces the ability for “structured parameters” DRA to allocate both full devices and fixed-size partitions of full devices (across multiple dimensions). This happens through a new type called PartitionableDevice which has all the same fields as BasicDevice, plus two new fields Includes and ConsumesCapacityFrom. With these new fields, the scheduler has everything it needs to support the dynamic allocation of both full devices and their fixed-size partitions.

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

Other Merges

Promotions

Deprecated

Version Updates

Subprojects and Dependency Updates

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.