Skip to content

Commit 68c0d1a

Browse files
authored
Merge pull request #47988 from my-git9/pp-6777
[zh-cn] sync feature-gates/l*
2 parents c6bb21e + fe4b873 commit 68c0d1a

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/local-storage-capacity-isolation-fs-quota-monitoring.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,23 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.15"
12+
toVersion: "1.30"
13+
- stage: beta
14+
defaultValue: false
15+
fromVersion: "1.31"
1216
---
1317

1418
<!--
1519
When `LocalStorageCapacityIsolation`
1620
is enabled for
1721
[local ephemeral storage](/docs/concepts/configuration/manage-resources-containers/)
18-
and the backing filesystem for [emptyDir volumes](/docs/concepts/storage/volumes/#emptydir)
19-
supports project quotas and they are enabled, use project quotas to monitor
20-
[emptyDir volume](/docs/concepts/storage/volumes/#emptydir) storage consumption rather than
21-
filesystem walk for better performance and accuracy.
22+
and the backing filesystem for [emptyDir volumes](/docs/concepts/storage/volumes/#emptydir) supports project quotas,
23+
and `UserNamespacesSupport` is enabled,
24+
project quotas are used to monitor `emptyDir` volume storage consumption rather than using filesystem walk, ensuring better performance and accuracy.
2225
-->
2326
如果[本地临时存储](/zh-cn/docs/concepts/configuration/manage-resources-containers/)启用了
2427
`LocalStorageCapacityIsolation`,并且
2528
[emptyDir 卷](/zh-cn/docs/concepts/storage/volumes/#emptydir)所使用的文件系统支持项目配额,
26-
并且启用了这些配额,将使用项目配额来监视
27-
[emptyDir ](/zh-cn/docs/concepts/storage/volumes/#emptydir)的存储消耗而不是遍历文件系统
28-
以此获得更好的性能和准确性
29+
并且已启用 `UserNamespacesSupport`
30+
系统将使用项目配额来监控 emptyDir 卷的存储使用情况,而不是通过文件系统遍历来实现
31+
从而确保更好的性能和准确性

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/logarithmic-scale-down.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ stages:
1010
defaultValue: false
1111
fromVersion: "1.21"
1212
toVersion: "1.21"
13-
- stage: beta
13+
toVersion: "1.30"
14+
- stage: stable
1415
defaultValue: true
15-
fromVersion: "1.22"
16+
fromVersion: "1.31"
1617
---
1718

1819
<!--

0 commit comments

Comments
 (0)