Kubernetes: Feature Gate Cleanup and Scheduler Improvements
The Kubernetes project merged 20 pull requests on May 8-9, 2026, focusing on removing legacy feature gates, improving gang scheduling performance testing, and fixing pod startup latency metrics. Notable changes include cleanup of 8 API machinery feature gates and enhanced scheduler queue management.
Duration: PT2M10S
Episode overview
This episode is a short developer briefing from Kubernetes.
It explains recent repository work in plain language.
- Show: Kubernetes
- Published: 2026-05-09T10:00:51Z
- Audio duration: PT2M10S
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 May 9th, 2026.
Jefftree merged a significant cleanup removing 8 locked GA feature gates from sig-api-machinery, including RetryGenerateName, BtreeWatchCache, and OrderedNamespaceDeletion. These gates had been locked to their default values for over 3 releases, allowing their removal per the feature gate policy. The change affected…
BenTheElder merged support for cadvisor ZFS functionality back into the kubelet for release 1.36, adding ZFS filesystem monitoring capabilities through new vendor dependencies and plugin code.
vshkrabkov addressed a scheduler metrics issue, fixing how unscheduled pod metrics are decreased when pods are removed from active or backoff queues. This change improves the accuracy of scheduler monitoring.
iomarsayed added performance testing infrastructure for gang scheduling, introducing new benchmark tests that measure latency from pod creation to scheduling completion for pod groups.
alimaazamat cherry-picked pod startup latency fixes across multiple release branches, ensuring the kubelet_pod_start_sli_duration_seconds_bucket metric now properly excludes init container runtime and image pulling…
Nearby episodes from Kubernetes
- Security Enhancements and API Validation Overhaul
- Security Improvements and DRA Fixes
- Test Stability and Performance Fixes
- Test Coverage and Dependency Updates
- Job Features Cleanup and HPA Performance Improvements
- Logging Improvements and Test Fixes
- Spring Cleaning and Performance Boosts
- StatefulSet Fixes and Major Cleanup