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

KOPS REWRITES IMAGE PIPELINE, TEST-INFRA KILLS ZOMBIE JOBS

By RepoJournal · Filed · About Kubernetes

1 person shipped this

Kubernetes is gutting seven-year-old containerized mounter code and streaming images directly into containerd—a two-part nodeup overhaul that cuts disk I/O and hardens image verification.

The kops team shipped two foundational changes that reshape how nodes boot [1][2]. First, they're dropping the mounter.tar payload and Archive task—deprecated infrastructure frozen since January 2017 that only NFS in-tree volumes ever used [1]. Users running that setup need to migrate to kubernetes-csi/csi-driver-nfs before upgrading. Second, they're replacing the three-step download-ungzip-reference flow with a streaming pipeline that hashes on arrival and pipes directly to ctr import, eliminating intermediate disk materialization and preventing corrupted bytes from reaching containerd [2]. This is the kind of plumbing work that makes everything downstream faster and safer. Over on test-infra, maintainers are finally burying jobs that have been failing for years [3]. The ci-kubernetes-soak jobs for k8s 1.12-1.15 reference GCS channels that 404 every single run—stable1 through stable3 cover what's actually supported. Meanwhile, sig-node fixed a kubelet failure: NodeSwap graduated to GA with LockToDefault:true in v1.34, so explicitly passing --feature-gates=NodeSwap=true now breaks startup [4]. The website team continues steady documentation sync across Chinese localizations with no blocking issues.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] nodeup: drop containerized mounter and Archive task ↗ kubernetes/kops
  2. [2] nodeup: stream verified image bytes into ctr import ↗ kubernetes/kops
  3. [3] config: retire EOL GCE soak jobs for k8s 1.12-1.15 kubernetes/test-infra
  4. [4] jobs/sig-node: remove NodeSwap=true feature gate from node-swap-ubuntu-serial kubernetes/test-infra

Quick answers

What shipped in Kubernetes on May 7, 2026?
Kubernetes is gutting seven-year-old containerized mounter code and streaming images directly into containerd—a two-part nodeup overhaul that cuts disk I/O and hardens image verification. In total, 61 commits and 36 pull requests landed.
Who contributed to Kubernetes on May 7, 2026?
1 developer shipped this update, including hakman.
What were the notable Kubernetes updates?
nodeup: drop containerized mounter and Archive task, nodeup: stream verified image bytes into ctr import, and config: retire EOL GCE soak jobs for k8s 1.12-1.15.

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?