Kubernetes: Version 1.36 API Foundation and kubectl Simplification
The Kubernetes project merged comprehensive API test data for version 1.36 and simplified kubectl run by removing legacy generators. Additional changes include new ownership assignments and minor bug fixes across multiple components.
Duration: PT2M9S
Episode overview
This episode is a short developer briefing from Kubernetes.
It explains recent repository work in plain language.
- Show: Kubernetes
- Published: 2026-04-23T00:00:00Z
- Audio duration: PT2M9S
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 23rd, 2026.
Jefftree merged a substantial pull request adding version 1.36.0 API test data, encompassing 555 files with comprehensive test coverage across admission controllers, mutating admission policies, and core Kubernetes APIs. This represents foundational work for the upcoming 1.36 release, ensuring API compatibility and…
The team also merged significant changes to kubectl run functionality, dropping legacy generators in favor of a more streamlined approach. This simplification removes over 1,400 lines of generator code while adding cleaner direct implementation patterns.
Several operational improvements were implemented today. The project welcomed natasha41575 as an approver for pod-resize subpackages, strengthening governance around container resource management features. Code generation tools received alignment fixes for stderr output consistency across multiple components.
Bug fixes included correcting duplicated mount arguments in log strings for the mount-utils package and registering missing StatefulSet metrics for reconcile skip tracking. A DNS test fix resolved IPv6 compatibility issues, and the…
Additi…
Nearby episodes from Kubernetes
- Testing Infrastructure and Code Generation Overhaul
- Weekly Recap - Code Modernization and Dependency Updates
- Dependency Updates and Proxy Optimization
- etcd Update and Test Stability Improvements
- Controller Cleanup and API Testing
- Scheduler Improvements and Resource Management Updates
- Testing Infrastructure and Scheduler Performance Updates
- etcd Upgrade and Test Cleanup