RepoJournal
Kubernetes

@kubernetes

Container orchestration - what platform teams ship on

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.

Pick a date

Topics: Go Infrastructure Full archive →

The Wire · Showcase

TEST INFRASTRUCTURE CLEANS UP CRUFT, KUBERNETES CORE FIXES CPU MANAGER TEST FAILURES

By RepoJournal · Filed · About Kubernetes

The test-infra team removed debug code bloat overnight while the core Kubernetes project patched failing e2e tests that were crashing under v1.37's locked CPU quota settings.

Test-infra merged cleanup work [1] stripping unnecessary debug statements and copy operations that were accumulating in the codebase. On the cloud provider front, the Azure credential provider got updated to use out-of-tree templates for v1.30 and v1.31 [2][3], a pattern shift that decouples provider-specific auth from core test infrastructure. In parallel, the node-readiness-controller gained a presubmit job [4] to catch regressions earlier in the PR cycle. The bigger story came from kubernetes/kubernetes where CPU Manager e2e tests started failing because DisableCPUQuotaWithExclusiveCPUs was locked to true in v1.37, causing the test block that sets it to false to crash the kubelet [9][10]. That's been fixed by skipping the now-invalid test case while keeping coverage of the enabled behavior. On the documentation side, the website desk synced localization updates across Chinese and Korean variants [5][6], and added theme_lock front matter to concept pages [7][8] in preparation for the upcoming dark mode switcher. The security committee also published guidance on correctly formatting unfixed CVEs in public records [11][12], clarifying how to express vulnerabilities that won't be patched.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Merge pull request #37147 from adrianmoisey/remove-debug-and-cp kubernetes/test-infra
  2. [2] Merge pull request #37150 from Liunardy/oot-cred-provider-non-ci-template kubernetes/test-infra
  3. [3] fix(cloud-provider-azure): use OOT credential provider template for v1.30 and v1.31 kubernetes/test-infra
  4. [4] Merge pull request #37035 from vitorfloriano/prow-node-readiness-controller-presub-test kubernetes/test-infra
  5. [5] [zh] Sync hugo-shortcodes/index.md ↗ kubernetes/website
  6. [6] [ko] Update content/ko/docs/concepts/scheduling-eviction/_index.md ↗ kubernetes/website
  7. [7] Merge pull request #55964 from Caesarsage/theme-lock-front-matter kubernetes/website
  8. [8] Add theme_lock front matter to concepts overview pages ↗ kubernetes/website
  9. [9] e2e: node: cpumanager: skip DisableCPUQuotaWithExclusiveCPUs=false tests ↗ kubernetes/kubernetes
  10. [10] Merge pull request #139392 from dims/skip-cpumanager-cfsquota-disabled kubernetes/kubernetes
  11. [11] Include directions for correctly formatting unfixed CVEs ↗ kubernetes/committee-security-response
  12. [12] Merge pull request #226 from tabbysable/unfixed-cves kubernetes/committee-security-response

Quick answers

What shipped in Kubernetes on June 1, 2026?
The test-infra team removed debug code bloat overnight while the core Kubernetes project patched failing e2e tests that were crashing under v1.37's locked CPU quota settings. In total, 11 commits and 10 pull requests landed.
Who contributed to Kubernetes on June 1, 2026?
5 developers shipped this update, including windsonsea, Eundms, Caesarsage, dims, and tabbysable.
What were the notable Kubernetes updates?
Merge pull request #37147 from adrianmoisey/remove-debug-and-cp, Merge pull request #37150 from Liunardy/oot-cred-provider-non-ci-template, and fix(cloud-provider-azure): use OOT credential provider template for v1.30 and v1.31.

More from @kubernetes

Daily updates, in your inbox

Follow Kubernetes

Keep up with Kubernetes in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?