Skip to content

Commit 2c40d62

Browse files
authored
Merge pull request #31164 from shuaijinchao/zh/sync/pods/ephemeral-containers
[zh] synchronize translate ephemeral-containers.md
2 parents 7664653 + a6d8235 commit 2c40d62

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

content/zh/docs/concepts/workloads/pods/ephemeral-containers.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ weight: 80
1212

1313
<!-- overview -->
1414

15-
{{< feature-state state="alpha" for_k8s_version="v1.22" >}}
15+
{{< feature-state state="beta" for_k8s_version="v1.23" >}}
1616

1717
<!--
1818
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.
2525
中临时运行,以便完成用户发起的操作,例如故障排查。
2626
你会使用临时容器来检查服务,而不是用它来构建应用程序。
2727

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-
4028
<!-- body -->
4129

4230
<!--

0 commit comments

Comments
 (0)