LWKD: Week Ending August 4, 2024
Week: 2024-08-04
Developer News
The Steering Committee Election has begun! Now is the time to decide if you should be on Steering. If so, nominate yourself. Also, it's time to check if you're eligible to vote, since there's plenty of time to fix that if the system doesn't have you yet.
The Job Migration deadline is past and umigrated jobs are being removed. The Infra team plans to migrate Prow around August 21st (after the 10.31 release), during which there will be a Prow outage. Infra recommends that Kubernetes subprojects not make any releases around the end of August.
The GitHub Admins are migrating all of our GitHub Orgs to be under a single Enterprise account. This is not expected to be disruptive, but they'll do it one org at a time just in case.
SIG Node nominates Peter Hunt to be the third chair of the SIG.
Release Schedule
Next Deadline: v1.31.0 release day, August 13th
Kubernetes v1.31.0-rc.1 is now live! Find the full changelog with the release notes here. We're all set for the release, which is scheduled for next Tuesday.
August patch releases, originally scheduled for 13th August, are now delayed by one day because of v1.31 release scheduled for the same day. The patch releases are now scheduled to be cut on the 14th. There are no changes to the cherry pick deadline.
KEP of the Week
KEP 3762: PersistentVolume last phase transition time
This KEP introduces an enhancement to add a new PersistentVolumeStatus field, which would hold a timestamp of when a PersistentVolume last transitioned to a different phase.
Some users have experienced data loss with the Delete
retain policy and switched to the safer Retain
policy, where unclaimed volumes transition to the Released
phase and accumulate over time, requiring manual cleanup. This will aid in manual cleanups, and allow performance tests to measure transition times (e.g., Pending
to Bound
).
This KEP is tracked for GA release in the upcoming v1.31.
Subprojects and Dependency Updates
- CRI-O v1.30.4 reduced "Failed to get pid for pod infra container" NRI message
- coredns v1.11.3 rewrite plugin can now rewrite response codes
- csi-driver-host-path v1.14.1 Fix broken symbolic links in the deploy dir
- grpc v1.65.4 Fix a bug in hpack error handling; also v1.58.3, v1.64.3, v1.63.2, v1.62.3, v1.61.3
- cloud-provider-aws v1.30.3 Handle error while registering/deregistering target during; also v1.29.6, v1.28.9