RepoJournal
Kubernetes

@kubernetes

Container orchestration — what platform teams ship on

Pick a date

Topics: Go Infrastructure Full archive →

The Wire · Showcase

KUBELET TESTS NOW RUN 10X FASTER. APISERVER METRICS CLEANUP SHIPS

By RepoJournal · Filed · About Kubernetes

Kubernetes slashed test execution time by switching kubelet synctest away from time.Sleep, while apiserver deprecated metrics finally got the axe after months of warnings.

The kubelet test speedup [1] eliminates polling-based delays across the test suite, exposing and fixing goroutine leaks in the process. This same commitment to cleanup landed in apiserver [2], which removed hidden metrics that were deprecated long ago. On the admission control front, a critical bug fix [3] disabled SchemalessTypeRef for mutating policies after the team discovered it corrupts typed objects during mutation. The node-problem-detector team meanwhile tightened containerd health-checks [4] by adding explicit timeout flags that were silently falling back to 2-second defaults. Documentation continues its usual steady pace across translations [5] and localization sync [6], with new custom metrics content now live [7]. The release toolchain got a reliability bump [8] to the GitHub action used for cutting binaries, and nftables builds now include JSON support [9] for better output parity with upstream.

Action items

References

  1. [1] Kubelet synctest speedup ↗ kubernetes/kubernetes
  2. [2] Merge pull request #140044 from tico88612/cleanup/apiserver-deprecated-metrics kubernetes/kubernetes
  3. [3] Disable SchemalessTypeRef for MutatingAdmissionPolicies ↗ kubernetes/kubernetes
  4. [4] config: include --cri-timeout in containerd health-checker defaults ↗ kubernetes/node-problem-detector
  5. [5] [uk] Update Ukrainian translations in uk.toml ↗ kubernetes/website
  6. [6] [zh-cn]sync cgroups annotations ↗ kubernetes/website
  7. [7] [zh-cn]Add blog: custom-metrics-exporter-kubernetes ↗ kubernetes/website
  8. [8] Bump softprops/action-gh-release from 3.0.1 to 3.0.2 in the actions group ↗ kubernetes/release
  9. [9] Build nft with JSON (and xtables-compat) support ↗ kubernetes/release

Quick answers

What shipped in Kubernetes on July 14, 2026?
Kubernetes slashed test execution time by switching kubelet synctest away from time.Sleep, while apiserver deprecated metrics finally got the axe after months of warnings. In total, 25 commits and 22 pull requests landed.
Who contributed to Kubernetes on July 14, 2026?
10 developers shipped this update, including Andygol, my-git9, kubernetes-prow[bot], tallclair, upodroid, nojnhuh, lalitc375, and dpacgdm, and 2 more.
What were the notable Kubernetes updates?
Kubelet synctest speedup, Merge pull request #140044 from tico88612/cleanup/apiserver-deprecated-metrics, and Disable SchemalessTypeRef for MutatingAdmissionPolicies.

More from @kubernetes

Daily updates, in your inbox

Follow Kubernetes

Container orchestration — what platform teams ship on We'll email you a link to confirm first.

Free. Confirm via email. Unsubscribe in one click.

— or follow the whole beat:

Elsewhere on the wire