[zh-cn] resync /glossary/extensions.md

This commit is contained in:
Michael
2022-07-22 20:43:57 +08:00
parent 973d95a14e
commit 5035fb3dea
2 changed files with 7 additions and 7 deletions
@@ -2,7 +2,7 @@
title: 扩展组件(Extensions
id: Extensions
date: 2019-02-01
full_link: /zh-cn/docs/concepts/extend-kubernetes/extend-cluster/#extensions
full_link: /zh-cn/docs/concepts/extend-kubernetes/#extensions
short_description: >
扩展组件是扩展并与 Kubernetes 深度集成以支持新型硬件的软件组件。
aka:
@@ -15,7 +15,7 @@ tags:
title: Extensions
id: Extensions
date: 2019-02-01
full_link: /docs/concepts/extend-kubernetes/extend-cluster/#extensions
full_link: /docs/concepts/extend-kubernetes/#extensions
short_description: >
Extensions are software components that extend and deeply integrate with Kubernetes to support new types of hardware.
@@ -32,10 +32,9 @@ tags:
<!--more-->
<!--
Many cluster administrators use a hosted or distribution instance of Kubernetes. These clusters come with extensions pre-installed. As a result, most Kubernetes users will not need to install [extensions](/docs/concepts/extend-kubernetes/extend-cluster/#extensions) and even fewer users will need to author new ones.
Many cluster administrators use a hosted or distribution instance of Kubernetes. These clusters come with extensions pre-installed. As a result, most Kubernetes users will not need to install [extensions](/docs/concepts/extend-kubernetes/) and even fewer users will need to author new ones.
-->
许多集群管理员会使用托管的 Kubernetes 或其某种发行包,这些集群预装了扩展。
因此,大多数 Kubernetes 用户将不需要
安装[扩展组件](/zh-cn/docs/concepts/extend-kubernetes/extend-cluster/#extensions)
因此,大多数 Kubernetes 用户将不需要安装[扩展组件](/zh-cn/docs/concepts/extend-kubernetes/)
需要编写新的扩展组件的用户就更少了。