[zh] Rename and sync feature-gates/L*.md

pull/49515/head
windsonsea 2025-01-21 09:51:55 +08:00
parent f3b63f327d
commit 4ad28c0de0
10 changed files with 16 additions and 6 deletions

View File

@ -13,6 +13,10 @@ stages:
- stage: beta
defaultValue: true
fromVersion: "1.30"
toVersion: "1.31"
- stage: stable
defaultValue: true
fromVersion: "1.32"
---
<!--

View File

@ -16,16 +16,16 @@ stages:
---
<!--
When `LocalStorageCapacityIsolation`
is enabled for
[local ephemeral storage](/docs/concepts/configuration/manage-resources-containers/)
and the backing filesystem for [emptyDir volumes](/docs/concepts/storage/volumes/#emptydir) supports project quotas,
and `UserNamespacesSupport` is enabled,
When `LocalStorageCapacityIsolation`
is enabled for
[local ephemeral storage](/docs/concepts/configuration/manage-resources-containers/),
the backing filesystem for [emptyDir volumes](/docs/concepts/storage/volumes/#emptydir) supports project quotas,
and `UserNamespacesSupport` is enabled,
project quotas are used to monitor `emptyDir` volume storage consumption rather than using filesystem walk, ensuring better performance and accuracy.
-->
如果[本地临时存储](/zh-cn/docs/concepts/configuration/manage-resources-containers/)启用了
`LocalStorageCapacityIsolation`,并且
[emptyDir 卷](/zh-cn/docs/concepts/storage/volumes/#emptydir)所使用的文件系统支持项目配额,
并且已启用 `UserNamespacesSupport`
系统将使用项目配额来监控 emptyDir 卷的存储使用情况,而不是通过文件系统遍历来实现,
系统将使用项目配额来监控 `emptyDir` 卷的存储使用情况,而不是通过文件系统遍历来实现,
从而确保更好的性能和准确性。

View File

@ -10,6 +10,9 @@ stages:
defaultValue: false
fromVersion: "1.21"
toVersion: "1.21"
- stage: beta
defaultValue: true
fromVersion: "1.22"
toVersion: "1.30"
- stage: stable
defaultValue: true