Skip to content

Commit 4ad28c0

Browse files
committed
[zh] Rename and sync feature-gates/L*.md
1 parent f3b63f3 commit 4ad28c0

10 files changed

+16
-6
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ stages:
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.30"
20+
toVersion: "1.31"
21+
22+
removed: true
2023
---
2124

2225
<!--

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/load-balancer-ip-mode.md renamed to content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/LoadBalancerIPMode.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.30"
16+
toVersion: "1.31"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.32"
1620
---
1721

1822
<!--
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ stages:
1616
---
1717

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ stages:
1010
defaultValue: false
1111
fromVersion: "1.21"
1212
toVersion: "1.21"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.22"
1316
toVersion: "1.30"
1417
- stage: stable
1518
defaultValue: true

0 commit comments

Comments
 (0)