Skip to content

Commit 1c26fa7

Browse files
authored
sync deprecation-policy.md (#40875)
sync deprecation-policy.md
1 parent 39141bf commit 1c26fa7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/zh-cn/docs/reference/using-api/deprecation-policy.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ to determine SLOs, these tend to have greater import. Other metrics are more
707707
experimental in nature or are used primarily in the Kubernetes development
708708
process.
709709
710-
Accordingly, metrics fall under two stability classes (`ALPHA` and `STABLE`);
710+
Accordingly, metrics fall under three stability classes (`ALPHA`, `BETA` `STABLE`);
711711
this impacts removal of a metric during a Kubernetes release. These classes
712712
are determined by the perceived importance of the metric. The rules for
713713
deprecating and removing a metric are as follows:
@@ -718,7 +718,7 @@ Kubernetes 控制平面的每个组件都公开度量值(通常是 `/metrics`
718718
并不是所有的度量值都是同样重要的:一些度量值通常用作 SLIs 或被使用来确定 SLOs,这些往往比较重要。
719719
其他度量值在本质上带有实验性,或者主要用于 Kubernetes 开发过程。
720720

721-
因此,度量值分为两个稳定性类别`ALPHA``STABLE`);
721+
因此,度量值分为三个稳定性类别`ALPHA``BETA``STABLE`);
722722
此分类会影响在 Kubernetes 发布版本中移除某度量值。
723723
所对应的分类取决于对该度量值重要性的预期。
724724
弃用和移除度量值的规则如下:
@@ -727,21 +727,25 @@ Kubernetes 控制平面的每个组件都公开度量值(通常是 `/metrics`
727727
**Rule #9a: Metrics, for the corresponding stability class, must function for no less than:**
728728
729729
* **STABLE: 4 releases or 12 months (whichever is longer)**
730+
* **BETA: 2 releases or 8 months (whichever is longer)**
730731
* **ALPHA: 0 releases**
731732
732733
**Rule #9b: Metrics, after their _announced deprecation_, must function for no less than:**
733734
734735
* **STABLE: 3 releases or 9 months (whichever is longer)**
736+
* **BETA: 1 releases or 4 months (whichever is longer)**
735737
* **ALPHA: 0 releases**
736738
-->
737739
**规则 #9a: 对于相应的稳定性类别,度量值起作用的周期必须不小于:**
738740

739741
* **STABLE: 4 个发布版本或者 12 个月 (取其较长者)**
742+
* **BETA: 2 个发布版本或者 8 个月 (取其较长者)**
740743
* **ALPHA: 0 个发布版本**
741744

742745
**规则 #9b: 在度量值被宣布启用之后,它起作用的周期必须不小于:**
743746

744747
* **STABLE: 3 个发布版本或者 9 个月 (取其较长者)**
748+
* **BETA: 1 个发布版本或者 4 个月 (取其较长者)**
745749
* **ALPHA: 0 个发布版本**
746750

747751
<!--

0 commit comments

Comments
 (0)