The Wire · Showcase
KUBERNETES DOCS FLOODING WITH CHINESE AND KOREAN TRANSLATIONS, TEST INFRA CUTS GPU WASTE
By RepoJournal · Filed · About Kubernetes
The website desk is in translation overdrive while test infrastructure quietly stops burning compute on GPUs that vanished from the test suite months ago.
Windsonsea shipped four major Chinese documentation additions [1][2][3] covering deployment scaling, Gateway API v1.6, and kubectl configuration, while the Korean team landed translations for device plugins and etcd 3.7 [4][5]. This is the localization push that keeps Kubernetes accessible across regions. On the infrastructure side, the more consequential move happened in test-infra: dims dropped a vestigial GPU host from the containerd serial image config [6][7], eliminating wasteful provisioning of two T4 accelerators for test suites that haven't needed GPU hardware since September 2024. The cost savings compound across thousands of test runs. Meanwhile, CAPI job memory allocations bumped up [8] to handle increased load, but the tradeoff is worth it: those jobs now run roughly 30 minutes faster. On the mainline Kubernetes front, fixes merged for hugepage reporting assertions [9][10], DRA optional node operation flakes [11][12], and a metrics registration typo in the Go client [13][14]. Routine hardening across the stack with 46 commits and 32 PRs hitting the five primary repos.
One email a day. Unsubscribe in one click.
Keep up with Kubernetes in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Review the GPU host removal if you run e2e_node tests in your fork kubernetes/test-infra [monitor]
- → Verify CAPI job memory increases if you depend on cluster-api integration tests kubernetes/test-infra [monitor]
- → Pull the latest client-go for the metrics registration fix if you instrument Go clients kubernetes/client-go [plan]
References
- [1] [zh] Add scale-deployment.md ↗ kubernetes/website
- [2] [zh] Add blog: gateway-api-v1-6-release ↗ kubernetes/website
- [3] [zh] Sync kubectl/kuberc.md ↗ kubernetes/website
- [4] [ko] Update ko/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md ↗ kubernetes/website
- [5] [ko] Translate content/en/blog/_posts/2026/etcd-3-7.md into Korean ↗ kubernetes/website
- [6] e2e_node: drop the vestigial GPU host from the containerd serial image config kubernetes/test-infra
- [7] Merge pull request #37618 from dims/drop-vestigial-gpu-host kubernetes/test-infra
- [8] Increase memory of CAPI jobs ↗ kubernetes/test-infra
- [9] Merge pull request #140694 from lukaszwojciechowski/fix-hugepages kubernetes/kubernetes
- [10] Fix hugepage reporting e2e test assertion for disabled feature gate ↗ kubernetes/kubernetes
- [11] Merge pull request #141060 from troychiu/fix-optional-node-operation-podgroup-flake kubernetes/kubernetes
- [12] test/integration: fix dra optional node operations podgroup flake ↗ kubernetes/kubernetes
- [13] Merge pull request #141145 from ProjectMutilation/fix-typo kubernetes/kubernetes
- [14] Merge pull request #141145 from ProjectMutilation/fix-typo kubernetes/client-go