ZH-trans: add feature-state-beta.txt,feature-state-alpha.txt (#11723)

ZH-trans: add feature-state-beta.txt,feature-state-alpha.txt
This commit is contained in:
lIuDuI
2018-12-15 17:21:00 +08:00
committed by Kubernetes Prow Robot
parent bd392a057f
commit 5d059aca36
2 changed files with 38 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
该功能目前处于 *alpha* 状态,即:
<!--
This feature is currently in a *alpha* state, meaning:
-->
<!--
* The version names contain alpha (e.g. v1alpha1).
* Might be buggy. Enabling the feature may expose bugs. Disabled by default.
* Support for feature may be dropped at any time without notice.
* The API may change in incompatible ways in a later software release without notice.
* Recommended for use only in short-lived testing clusters, due to increased risk of bugs and lack of long-term support.
-->
* 版本名称包含 alpha (例如 v1alpha1)。
* 可能是 bug, 启用该特性可能会暴露 bug。默认情况下禁用。
* 对功能的支持可能随时被取消,不会另行通知。
* 在以后的软件版本中,API 可能会以不兼容的方式进行更改,而无需事先通知。
* 建议仅在短期测试集群中使用,因为 bug 的风险增加且缺乏长期支持。
+19
View File
@@ -0,0 +1,19 @@
此功能目前处于 *beta* 状态,即:
<!--
This feature is currently in a *beta* state, meaning:
-->
<!--
* The version names contain beta (e.g. v2beta3).
* Code is well tested. Enabling the feature is considered safe. Enabled by default.
* Support for the overall feature will not be dropped, though details may change.
* The schema and/or semantics of objects may change in incompatible ways in a subsequent beta or stable release. When this happens, we will provide instructions for migrating to the next version. This may require deleting, editing, and re-creating API objects. The editing process may require some thought. This may require downtime for applications that rely on the feature.
* Recommended for only non-business-critical uses because of potential for incompatible changes in subsequent releases. If you have multiple clusters that can be upgraded independently, you may be able to relax this restriction.
* **Please do try our beta features and give feedback on them! After they exit beta, it may not be practical for us to make more changes.**
-->
* 版本名称包含 beta (例如 v2beta3)。
* 代码经过了良好的测试,启用该特性被认为是安全的。默认启用,对整个特性的支持不会被删除,尽管细节可能会更改。
* 在后续 beta 或稳定版本中,对象的模式和/或语义可能以不兼容的方式发生变化。当这种情况发生时,我们将提供迁移到下一个版本的说明。这可能需要删除、编辑和重新创建 API 对象。编辑过程可能需要一些思考可能需要依赖该特性的应用程序停机。
* 建议仅用于非业务关键用途,因为后续版本中可能会出现不兼容的更改。如果您有多个可以独立升级的集群,那么您可能可以放松这个限制。
* **请尝试我们的测试版功能并给出反馈!在他们退出测试版后,我们可能无法进行更多更改。**