Kubernetes: Weekly Recap - Storage Stability & Scheduler Improvements
This week brought critical storage version fixes and scheduler reliability improvements. Development focused on preventing API storage issues and resolving pod scheduling race conditions.
Duration: PT2M40S
Episode overview
This episode is a short developer briefing from Kubernetes.
It explains recent repository work in plain language.
- Show: Kubernetes
- Published: 2026-04-13T00:00:00Z
- Audio duration: PT2M40S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, I'm your host with the Kubernetes weekly recap for April 6th through 13th, 2026.
One pull request merged and 30 additional commits this week.
Starting with our merged fixes: PR #138281 addressed a critical storage version issue for MutatingAdmissionPolicy. The fix pins the storage version to v1beta1, preventing automatic version changes when master moves to 1.37 before the 1.36 release. This ensures API stability during version transitions.
In scheduler improvements, a significant commit resolved an inFlightPods memory leak that occurred when pods were recreated during scheduling failures. The fix adds explicit in-flight UID tracking to prevent race conditions when pods with identical names but different UIDs are processed simultaneously.
Testing infrastructure received substantial updates this week. Integration tests now include proper SIG labels in OWNERS files, addressing confusion about test ownership when failures occur. The change ensures specific SIGs handle their test failures rather than defaulting to SIG Testing. Additionally, test names…
Performance testing saw improvements with synchronized scheduler shutdown procedures to eliminate metrics data races. The…
Nearby episodes from Kubernetes
- Controller Cleanup and API Testing
- Scheduler Improvements and Resource Management Updates
- Testing Infrastructure and Scheduler Performance Updates
- etcd Upgrade and Test Cleanup
- Scheduler Pod Tracking Fix
- Logging Level Adjustment for API Server
- Storage Version Fixes and Performance Improvements
- Weekly Recap - Performance Optimizations & Infrastructure Updates