Stay up-to-date on Kubernetes development in 15 minutes a week.
There’s an updated Kubernetes v1.30 State of the Release and Important Deadlines
Contributor Summit Paris schedule is live. If you have a new topic, time to suggest an unconference item.
Next Deadline: CODE Freeze Begins, March 5th
Kubernetes v1.30.0-alpha.3 is live!
The Code Freeze milestone for the Kubernetes 1.30 release cycle is approaching rapidly. Have all your necessary changes been submitted? Following this, there’s the usual release countdown: submit documentation PRs by February 26th, publish deprecation blog on Thursday, and conclude testing freeze and documentation finalization next week. Once we enter Code Freeze, please promptly address any test failures. Questions can be answered on #SIG-release.
Adding contextual logging to Kubernetes has been a long, long road. Removing the tree-wide dependency on klog required refactoring code all over Kubernetes, which took the time of hundreds of contributors. This PR enables contextual logging by default since many components and clients now support it.
Use this one neat SELinux trick for faster relabeling of volumes! Users with SELinux=enforcing
currently suffer latency due to needing to relabel all content on volume so that pods can access it. SELinuxMount instead mounts the volume using -o context=XYZ
which skips the recursive walk. Currently alpha; needs tests, disabled by default.
This KEP proposes a new CPU Manager Static Policy Option called distribute-cpus-across-cores
to prefer allocating CPUs from different physical cores on the same socket. This will be similar to the distribute-cpus-across-numa
policy option, but it proposes to spread CPU allocations instead of packing them together. Such a policy is useful if an application wants to avoid being a noisy neighbor with itself, but still want to take advantage of the L2 cache.
kubeadm certs check-expiration
JSON and YAML supportkubeadm upgrade
mounting a new device.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.