Kubernetes: Storage Version Fixes and Performance Improvements

Kubernetes merged a critical fix for MutatingAdmissionPolicy storage versioning and implemented several performance optimizations including device manager topology improvements and Go runtime updates.

Duration: PT1M38S

Episode overview

This episode is a short developer briefing from Kubernetes.

It explains recent repository work in plain language.

  • Show: Kubernetes
  • Published: 2026-04-09T00:00:00Z
  • Audio duration: PT1M38S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning, this is your Kubernetes development briefing for April 9th, 2026.

Jefftree merged a critical fix pinning MutatingAdmissionPolicy storage version to v1beta1. This prevents storage version conflicts when master moves to version 1.37 before the 1.36 branch release. The change affects the API server's default storage factory and integration tests.

Several performance improvements landed today. Fan Zhang from NVIDIA addressed a significant device manager bottleneck affecting platforms with many NUMA nodes. The fix constrains topology hints to only device-hosting NUMA nodes, reducing enumeration complexity from exponential to linear time. This resolves kubelet…

Additional changes include renaming the EnableWorkloadWithJob feature gate to WorkloadWithJob for consistency, and Patrick Ohly's improvement to inject SIG prefixes into unit and integration test names, helping SIG Release better route test failures to the appropriate teams.

Marko Mudrinić updated the Go runtime to version 1.26.2 and refreshed distroless iptables images. Prince Pereira fixed Windows kernel proxy behavior to properly handle remote endpoints with duplicate local IP addresses.

What's next: Watch for the…

Nearby episodes from Kubernetes

  1. etcd Upgrade and Test Cleanup
  2. Weekly Recap - Storage Stability & Scheduler Improvements
  3. Scheduler Pod Tracking Fix
  4. Logging Level Adjustment for API Server
  5. Weekly Recap - Performance Optimizations & Infrastructure Updates
  6. Under the Hood Improvements
  7. The Great Test Cleanup
  8. Testing Gets More Reliable