0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Kubernetes開発ニュース (LWKD) 2025年8月24日号まとめ

Posted at

k8s初心者が作成した文章です。GitHubを見ながら作成していますが、間違っている可能性もあります🙇
もし間違いを発見された場合は、コメント欄にて教えて頂ければ幸いです。

本記事は 2025年8月24日付けの「Last Week in Kubernetes Development (LWKD)」ニュースレターの内容を抽出して解説したものです。

Developer News

k8s 1.34リリース!

ロゴはこちら!

Of Wind & Will (O' WaW)

クマは謎

image.png

DRAがGA!

Featured PRs

133604: Fix storage counting all objects instead of objects for resource

Kubernetes v1.34リリース候補で発生したストレージ統計の修正

以前はCount(ctx, prefix)というAPIを使い、呼び出し側が正しいRootKeyを指定する必要があった。

https://github.com/kubernetes/kubernetes/pull/132355 にて、Stats(ctx)に置き換えられ、ストレージ自身がキーを決定する方式に変更された。

その際、誤ってetcd全体のオブジェクトをカウントしてしまう不具合が混入したので本PRで修正した。

KEP of the Week

AppArmorでSELinuxの代替手段となる。コンテナでは有名な機能。1.34でStableらしい。結構有名な機能だけに今更感がすごい。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?