KEP-4191: Split Image Filesystem promotion to Beta

Signed-off-by: Krzysztof Wilczyński <kwilczynski@redhat.com>
This commit is contained in:
Krzysztof Wilczyński 2024-07-22 14:28:09 +09:00
parent 97ab1080ce
commit 9e9a008587
No known key found for this signature in database
GPG Key ID: 7C64768D3DE334E7
1 changed files with 7 additions and 2 deletions

View File

@ -9,6 +9,11 @@ stages:
- stage: alpha
defaultValue: false
fromVersion: "1.29"
toVersion: "1.30"
- stage: beta
defaultValue: true
fromVersion: "1.31"
---
Enable kubelet to garbage collect container images and containers
even when those are on a separate filesystem.
The split image filesystem feature enables kubelet to perform garbage collection
of images (read-only layers) and/or containers (writeable layers) deployed on
separate filesystems.