Kubernetes: etcd Upgrade and Test Cleanup
Kubernetes updated etcd to version 3.6.10 across all components and conducted significant test cleanup, removing duplicate test cases in the horizontal pod autoscaler. A scheduler bug fix for pod recreation during failures was also merged.
Duration: PT1M57S
Episode overview
This episode is a short developer briefing from Kubernetes.
It explains recent repository work in plain language.
- Show: Kubernetes
- Published: 2026-04-15T00:00:00Z
- Audio duration: PT1M57S
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 15th, 2026.
The main update today is Humble Devassy Chirammal's comprehensive etcd upgrade to version 3.6.10. This update touches build dependencies, kubeadm defaults, GCE manifests, test manifests, and sample API server deployments across seven files, ensuring consistency throughout the Kubernetes ecosystem.
A significant scheduler improvement was merged by MaybeSam05, fixing an inFlightPods leak that occurred when pods were recreated during scheduling failures. The fix adds proper cleanup logic in the schedule_one.go file and includes comprehensive test coverage.
Omer Aplatony contributed substantial test cleanup in the horizontal pod autoscaler, removing four duplicate test cases including TestScaleDownWithScalingRules and TestScaleUpHotCpuNoScaleWouldScaleDown. This consolidation eliminates redundant test coverage and improves maintainability.
Gang Wang improved kubeadm's etcd member promotion logic by adding a check to skip redundant promote calls when a member is already a voting member, reducing unnecessary API calls during cluster operations.
Additional improvements include Bartosz updating scheduler…
Nearby episodes from Kubernetes
- Version 1.36 API Foundation and kubectl Simplification
- Controller Cleanup and API Testing
- Scheduler Improvements and Resource Management Updates
- Testing Infrastructure and Scheduler Performance Updates
- Weekly Recap - Storage Stability & Scheduler Improvements
- Scheduler Pod Tracking Fix
- Logging Level Adjustment for API Server
- Storage Version Fixes and Performance Improvements