Stay up-to-date on Kubernetes development in 15 minutes a week.
CVE-2024-9042 is a security vulnerability on Windows nodes that could let some users issue arbitrary commands via the /logs
endpoint. Patched in the latest update; all Windows users should update immediately.
Reminder to SIG and WG Chairs: Annual Reports are due soon. This year’s AR is really short, so don’t procrastinate on it, just do it.
Start using Feature
, not NodeFeature
for SIG-Node test labels.
Next Deadline: Production Readiness Freeze, February 6
We’re still in Enhancements development, and Nina has shared the first release newsletter with final dates for all release milestones. This includes:
On the 15th the project released patch updates 1.29.13, 1.30.9, 1.31.5. This update mainly patches the Windows security hole (above).
129661: DRA CEL: Add Missing Size Estimator
This PR addresses a bug in the cost estimation of CEL expressions used in Device Resource Allocation (DRA).
Previously, attribute strings were treated as “unknown size”, leading to overly high cost estimates and validation
errors for even basic expressions. The PR implements a proper size estimator, ensuring accurate cost calculations
by accounting for string lengths, map element limits, and avoiding misdefined pre-defined types like apiservercel.StringType
.
This fix improves validation consistency and aligns with stored expression assumptions,
ensuring compatibility across version upgrades.
Last Week In Kubernetes Development (LWKD) is a product of multiple contributors participating in Kubernetes SIG Contributor Experience. All original content is licensed Creative Commons Share-Alike, although linked content and images may be differently licensed. LWKD does collect some information on readers, see our privacy notice for details.
You may contribute to LWKD by submitting pull requests or issues on the LWKD github repo.