@@ -33,7 +33,7 @@ services are often limited by memory size and can move infrequently
33
33
used data into storage that is slower than memory with little impact
34
34
on overall performance.
35
35
-->
36
- 有些应用程序需要额外的存储,但并不关心数据在重启后仍然可用,既是否被持久地保存 。
36
+ 有些应用程序需要额外的存储,但并不关心数据在重启后仍然可用。
37
37
例如,缓存服务经常受限于内存大小,将不常用的数据转移到比内存慢、但对总体性能的影响很小的存储中。
38
38
39
39
<!--
@@ -219,15 +219,7 @@ As a cluster administrator, you can use a [PodSecurityPolicy](/docs/concepts/pol
219
219
-->
220
220
# ## 通用临时卷 {#generic-ephemeral-volumes}
221
221
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" >}}
231
223
232
224
<!--
233
225
Generic ephemeral volumes are similar to `emptyDir` volumes in the
@@ -419,7 +411,6 @@ two choices:
419
411
如果这不符合他们的安全模型,他们有如下选择:
420
412
421
413
<!--
422
- - Explicitly disable the feature through the feature gate.
423
414
- Use a [Pod Security
424
415
Policy](/docs/concepts/policy/pod-security-policy/) where the
425
416
` volumes` list does not contain the `ephemeral` volume type
@@ -473,11 +464,8 @@ See [local ephemeral storage](/docs/concepts/configuration/manage-resources-cont
473
464
474
465
- For more information on the design, see the
475
466
[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).
477
467
-->
478
468
# ## 通用临时卷 {#generic-ephemeral-volumes}
479
469
480
470
- 有关设计的更多信息,参阅
481
471
[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