LWKD logo

Last Week in Kubernetes Development

Stay up-to-date on Kubernetes development in 15 minutes a week.

Subscribe
Mastodon
Twitter
RSS

View LWKD on GitHub

Week Ending September 5, 2021

Developer News

SIG-Usability is gathering data about what tools people use to interact with and debug Kubernetes. Please fill out their survey if you can.

Release Schedule

Next Deadline: Enhancements Freeze, Sept. 9th

Enhancements Freeze is just around the corner! Make sure you’ve got everything sorted out on the Enhancements Sheet.

#103631: Automate code generated by using mockgen and go:generate

Our mockgen usage has been moved from “remember to run this” comments into go:generate. Together with a new hack/update-mocks.sh script to run go generate for any changed files, this streamlines and automates the management of these mock interfaces. If you’re editing anything with a mockgen generate comment, make sure you run the update script before committing.

#104590: Add GA AnnStorageProvisioner annotation to PVC

The volume.beta.kubernetes.io/storage-provisioner annotation used for communication between Kubernetes and CSI now has a GA version: volume.kubernetes.io/storage-provisioner. The old annotation is still present but deprecated. Any tooling relying on it should update to check for the new key first.

Merges

Deprecations

Removals

Version Updates

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.