File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
content/zh/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ weight: 80
12
12
13
13
<!-- overview -->
14
14
15
- {{< feature-state state="alpha " for_k8s_version="v1.22 " >}}
15
+ {{< feature-state state="beta " for_k8s_version="v1.23 " >}}
16
16
17
17
<!--
18
18
This page provides an overview of ephemeral containers: a special type of container
@@ -25,18 +25,6 @@ containers to inspect services rather than to build applications.
25
25
中临时运行,以便完成用户发起的操作,例如故障排查。
26
26
你会使用临时容器来检查服务,而不是用它来构建应用程序。
27
27
28
- {{< warning >}}
29
- <!--
30
- Ephemeral containers are in alpha state and are not suitable for production
31
- clusters. In accordance with the [Kubernetes Deprecation Policy](
32
- /docs/reference/using-api/deprecation-policy/), this alpha feature could change
33
- significantly in the future or be removed entirely.
34
- -->
35
- 临时容器处于 Alpha 阶段,不适用于生产环境集群。
36
- 根据 [ Kubernetes 弃用政策] ( /zh/docs/reference/using-api/deprecation-policy/ ) ,
37
- 此 Alpha 功能将来可能发生重大变化或被完全删除。
38
- {{< /warning >}}
39
-
40
28
<!-- body -->
41
29
42
30
<!--
You can’t perform that action at this time.
0 commit comments