Correct note link bug in chinese page api-overview.md

pull/21338/head
GoodGameZoo 2020-05-30 04:52:38 -07:00
parent c9dade8b50
commit 090a11bf80
1 changed files with 9 additions and 13 deletions

View File

@ -27,7 +27,7 @@ card:
{{% capture overview %}}
<!--
This page provides an overview of the Kubernetes API.
This page provides an overview of the Kubernetes API.
-->
此页提供 Kubernetes API 的总览
@ -81,14 +81,13 @@ The JSON and Protobuf serialization schemas follow the same guidelines for schem
JSON 和 Protobuf 序列化模式在出现模式变更时均遵循这些准则。以下说明同时适用于这两种格式。
{{< note >}}
<!--
The API versioning and software versioning are indirectly related. The [API and release
versioning proposal](https://git.k8s.io/community/contributors/design-proposals/release/versioning.md) describes the relationship between API versioning and software versioning.
-->
{{< note >}}
API 版本和软件版本是间接相关的。[API 和发布版本建议](https://git.k8s.io/community/contributors/design-proposals/release/versioning.md) 描述了 API 版本和软件版本之间的关系。
{{< /note >}}
<!--
@ -102,7 +101,7 @@ Here's a summary of each level:
- The support for a feature may be dropped at any time without notice.
- The API may change in incompatible ways in a later software release without notice.
- The software is recommended for use only in short-lived testing clusters, due to increased risk of bugs and lack of long-term support.
- Beta:
- The version names contain `beta` (for example, `v2beta3`).
- The software is well tested. Enabling a feature is considered safe. Features are enabled by default.
@ -121,16 +120,16 @@ Here's a summary of each level:
- 对功能的支持随时可能被删除,但不另行通知。
- 在以后的软件版本中API 可能会以不兼容的方式更改,亦不另行通知。
- 由于存在更高的错误风险和缺乏长期支持,建议仅在短期测试集群中使用该软件。
- Beta
- 版本名称包含`beta`(例如,`v2beta3`)。
- 该软件已经过充分测试。启用功能被认为是安全的。默认情况下启用功能。
- 尽管细节可能会发生变更,对应功能不会被废弃。
- 在随后的 Beta 或稳定版本中,对象的模式和/或语义可能会以不兼容的方式更改。发生这种情况时,将提供迁移说明。迁移时可能需要删除、编辑和重新创建 API 对象。编辑过程可能需要一些思考。对于依赖该功能的应用程序,可能需要停机。
- 该软件仅建议用于非关键业务用途,因为在后续版本中可能会发生不兼容的更改。如果您有多个可以独立升级的群集,则可以放宽此限制。
{{< note >}}
<!--
Try the beta features and provide feedback. After the features exit beta, it may not be practical to make more changes.
-->
@ -138,8 +137,8 @@ Try the beta features and provide feedback. After the features exit beta, it may
请试用 Beta 版功能并提供反馈。功能结束 Beta 版之后,再进行变更可能是不切实际的。
{{< /note >}}
<!--
<!--
- Stable:
- The version name is `vX` where `X` is an integer.
- The stable versions of features appear in released software for many subsequent versions.
@ -180,7 +179,7 @@ The two paths that support extending the API with [custom resources](/docs/conce
- [CustomResourceDefinition](/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/) 提供基本的 CRUD 需求。
- [聚合器Aggregator](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/aggregated-api-servers.md)具有完整的 Kubernetes API 语义,用以实现用户自己的 apiserver。
<!--
## Enabling or disabling API groups
@ -231,6 +230,3 @@ Individual resource enablement/disablement is only supported in the `extensions/
{{< /note >}}
{{% /capture %}}