SIG-Usability is gathering data about what tools people use to interact with and debug Kubernetes. Please fill out their survey if you can.
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.
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.
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.
volume.beta.kubernetes.io/storage-provisioner
annotation is deprecated, see above--seccomp-profile-root
Kubelet config removed in favor of using the <root-dir>/seccomp
directory