From d8419fc244dcffda4d06dc19b8df209c41ba7b64 Mon Sep 17 00:00:00 2001 From: Dominic Yin Date: Wed, 30 Sep 2020 17:20:02 +0800 Subject: [PATCH] clean up feature state shortcode for zh --- .../zh/docs/templates/feature-state-alpha.txt | 7 ----- .../zh/docs/templates/feature-state-beta.txt | 8 ----- .../templates/feature-state-deprecated.txt | 2 -- .../docs/templates/feature-state-stable.txt | 5 ---- content/zh/docs/templates/index.md | 29 ------------------- 5 files changed, 51 deletions(-) delete mode 100644 content/zh/docs/templates/feature-state-alpha.txt delete mode 100644 content/zh/docs/templates/feature-state-beta.txt delete mode 100644 content/zh/docs/templates/feature-state-deprecated.txt delete mode 100644 content/zh/docs/templates/feature-state-stable.txt delete mode 100644 content/zh/docs/templates/index.md diff --git a/content/zh/docs/templates/feature-state-alpha.txt b/content/zh/docs/templates/feature-state-alpha.txt deleted file mode 100644 index 37b3ef9753..0000000000 --- a/content/zh/docs/templates/feature-state-alpha.txt +++ /dev/null @@ -1,7 +0,0 @@ -该功能目前处于 *alpha* 状态,意味着: - -* 版本名称包含 alpha(例如 v1alpha1)。 -* 可能存在问题,启用该功能可能会暴露 bug。默认情况下被禁用。 -* 对该功能的支持可能在任何时候被取消,而不另行通知。 -* API 可能会在以后的软件版本中以不兼容的方式被更改,而不另行通知。 -* 建议仅在短期测试集群中使用该功能,这是因为使用该功能会增加出现 bug 的风险,而且缺乏长期支持。 \ No newline at end of file diff --git a/content/zh/docs/templates/feature-state-beta.txt b/content/zh/docs/templates/feature-state-beta.txt deleted file mode 100644 index 34765b6e8e..0000000000 --- a/content/zh/docs/templates/feature-state-beta.txt +++ /dev/null @@ -1,8 +0,0 @@ -该功能目前处于 *beta* 状态,意味着: - -* 版本名称包含 beta (例如 v2beta3)。 -* 代码经过了充分测试,启用该功能被认为是安全的。默认情况下被启用。 -* 对整体功能的支持在未来不会被移除,尽管细节上可能会做更改。 -* 在后续的 beta 或稳定版本中,对象的模式、语义可能以不兼容的方式发生变化。当这种情况发生时,我们将提供迁移到下一个版本的说明。这可能需要删除、编辑和重建 API 对象,编辑过程可能需要一些思考。这可能导致依赖该功能的应用程序停机一段时间。 -* 建议仅在非业务关键场景使用该功能,因为在后续版本中可能会发生不兼容的更改。如果您有多个可以独立升级的集群,那么您可能可以放松这个限制。 -* **请尝试使用我们的 beta 版功能,并给出反馈!在它们退出 beta 测试阶段之后,我们将很难去做更多的更改。** \ No newline at end of file diff --git a/content/zh/docs/templates/feature-state-deprecated.txt b/content/zh/docs/templates/feature-state-deprecated.txt deleted file mode 100644 index 06a0a43660..0000000000 --- a/content/zh/docs/templates/feature-state-deprecated.txt +++ /dev/null @@ -1,2 +0,0 @@ - -该功能已被*弃用*。有关此状态的更多信息,请参见[Kubernetes 弃用策略](/docs/reference/deprecation-policy/)。 diff --git a/content/zh/docs/templates/feature-state-stable.txt b/content/zh/docs/templates/feature-state-stable.txt deleted file mode 100644 index aa422b9f1a..0000000000 --- a/content/zh/docs/templates/feature-state-stable.txt +++ /dev/null @@ -1,5 +0,0 @@ - -该功能是“稳定的”,意味着: - -* 版本名是 vX,其中 X 是整数。 -* 该功能将出现在多个后续释出的软件稳定版中。 diff --git a/content/zh/docs/templates/index.md b/content/zh/docs/templates/index.md deleted file mode 100644 index cddc5576cc..0000000000 --- a/content/zh/docs/templates/index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -headless: true - -resources: -- src: "*alpha*" - title: "alpha" -- src: "*beta*" - title: "beta" -- src: "*deprecated*" - title: "废弃" -- src: "*stable*" - title: "稳定" ---- - -