Skip to content

Commit addeb2f

Browse files
authored
Merge pull request #32173 from hughxia/patch-2
[zh] Update ephemeral-volumes.md
2 parents 65fc05e + ed163c2 commit addeb2f

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

content/zh/docs/concepts/storage/ephemeral-volumes.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services are often limited by memory size and can move infrequently
3333
used data into storage that is slower than memory with little impact
3434
on overall performance.
3535
-->
36-
有些应用程序需要额外的存储,但并不关心数据在重启后仍然可用,既是否被持久地保存
36+
有些应用程序需要额外的存储,但并不关心数据在重启后仍然可用。
3737
例如,缓存服务经常受限于内存大小,将不常用的数据转移到比内存慢、但对总体性能的影响很小的存储中。
3838

3939
<!--
@@ -219,15 +219,7 @@ As a cluster administrator, you can use a [PodSecurityPolicy](/docs/concepts/pol
219219
-->
220220
### 通用临时卷 {#generic-ephemeral-volumes}
221221

222-
{{< feature-state for_k8s_version="v1.21" state="beta" >}}
223-
224-
<!--
225-
This feature requires the `GenericEphemeralVolume` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) to be
226-
enabled. Because this is a beta feature, it is enabled by default.
227-
-->
228-
这个特性需要启用 `GenericEphemeralVolume`
229-
[特性门控](/zh/docs/reference/command-line-tools-reference/feature-gates/)。
230-
因为这是一个 beta 特性,默认情况下启用。
222+
{{< feature-state for_k8s_version="v1.23" state="stable" >}}
231223

232224
<!--
233225
Generic ephemeral volumes are similar to `emptyDir` volumes in the
@@ -419,7 +411,6 @@ two choices:
419411
如果这不符合他们的安全模型,他们有如下选择:
420412

421413
<!--
422-
- Explicitly disable the feature through the feature gate.
423414
- Use a [Pod Security
424415
Policy](/docs/concepts/policy/pod-security-policy/) where the
425416
`volumes` list does not contain the `ephemeral` volume type
@@ -473,11 +464,8 @@ See [local ephemeral storage](/docs/concepts/configuration/manage-resources-cont
473464

474465
- For more information on the design, see the
475466
[Generic ephemeral inline volumes KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-storage/1698-generic-ephemeral-volumes/README.md).
476-
- For more information on further development of this feature, see the [enhancement tracking issue #1698](https://github.com/kubernetes/enhancements/issues/1698).
477467
-->
478468
### 通用临时卷 {#generic-ephemeral-volumes}
479469

480470
- 有关设计的更多信息,参阅
481471
[Generic ephemeral inline volumes KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-storage/1698-generic-ephemeral-volumes/README.md)。
482-
- 关于本特性下一步开发的更多信息,参阅
483-
[enhancement tracking issue #1698](https://github.com/kubernetes/enhancements/issues/1698)。

0 commit comments

Comments
 (0)