Kubernetes: etcd Upgrade and Memory Management Fixes
The Kubernetes project upgraded to etcd 3.7.0 release candidate while fixing multiple memory management issues in the kubelet. Several Dynamic Resource Allocation bugs were also resolved alongside new testing infrastructure for Windows nodes.
Duration: PT2M19S
Episode overview
This episode is a short developer briefing from Kubernetes.
It explains recent repository work in plain language.
- Show: Kubernetes
- Published: 2026-06-02T13:03:35Z
- Audio duration: PT2M19S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, it's June 2nd, 2026. The main story today is a significant infrastructure upgrade as Kubernetes moves to etcd 3.7.0 release candidate, coupled with important memory management fixes in the kubelet.
The etcd upgrade dominates this release cycle. Two related pull requests, 139139 and 139427, bumped both the etcd dependency libraries and container image to version 3.7.0-rc.0. This upgrade removes unwanted dependencies including the gogo proto package and updates stream handling interfaces. While release…
Memory management saw critical fixes across multiple areas. Pull request 138139 addressed a memory high limit issue specifically affecting best-effort pods in the memory quality of service system. Separately, PR 139377 fixed a bug where stale memory limits persisted on containers after memory quality of service was…
Dynamic Resource Allocation received attention with two bug fixes. PR 139418 corrected shared in-flight allocation accounting in error paths, while PR 139332 properly wired the list type attributes feature gate to the allocator. These fixes ensure resource scheduling behaves correctly under failure scenarios and…
Testing infrastructure expanded significantly…
Loo…
Nearby episodes from Kubernetes
- Watch Cache Performance Overhaul
- Scheduling and System Reliability Improvements
- API Server Hardening and Feature Stabilization
- Scheduler Queue Fixes and Performance Updates
- Feature Gate Cleanup and Test Modernization
- Weekly Recap - Scheduler Evolution & Code Quality Improvements
- Kubelet Improvements and Dependency Updates
- Logging Improvements and Gang Scheduling Updates